Html Css Color HEX #B24BE9 Medium Orchid

📋 copy color: '#B24BE9'

red 178 ◦ green 75 ◦ blue 233

#B24BE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B24BE9

Tints of Medium Orchid #B24BE9

RGB

 RED value IS 178 (69.92% from 255) = 36.63%

 GREEN value IS 75 (29.69% from 255) = 15.43%

 BLUE value IS 233 (91.41% from 255) = 47.94%

R = 36.63%
G = 15.43%
B = 47.94%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B24BE9 (or 0xB24BE9) is known color: Medium Orchid. HEX triplet: B2, 4B and E9. RGB value is (178,75,233). Sum of RGB (Red+Green+Blue) = 178+75+233=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #B24BE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24BE9 is #4DB416. Grayscale: #7B7B7B. Windows color (decimal): -5092375 or 15289266. OLE color: 15289266.

HSL color Cylindrical-coordinate representation of color #B24BE9: hue angle of 279.11º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B24BE9 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 75 233 -
CMYK 0.24 0.68 0 0.09
HSL 279.11º 0.78% 0.6% -
HSV(B) 279.11º 0.68% 0.91% -
XYZ 35.58 20.38 79.15 -
YUV 123.81 189.62 166.65 -
System Red Green Blue C M Y K H S L
Decimal 178 75 233 0.24 0.68 0 0.09 279.11 0.78 0.6
Hex B2 4B E9 18 44 0 9 117 4E 3C
Octal 262 113 351 30 104 0 11 427 116 74
Binary 10110010 1001011 11101001 11000 1000100 0 1001 100010111 1001110 111100

Color Harmonies of #B24BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24BE9

Black with #B24BE9

Text Example


Text Example

White with #B24BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24BE9; }

 p { color: rgb(178,75,233); }

 H1.HeaderClassName
 {
   color: #B24BE9;
 }
 .AnyTagClassName
 {
   color: #B24BE9;
 }
</style>

background-color css

<style>
 a { background-color: #B24BE9; }

 a { background-color: rgb(178,75,233); }

 div.DivClassName
 {
   background-color: #B24BE9;
 }
 .BgClassName
 {
   background-color: #B24BE9;
 }
</style>

border-color css

<style>
 span { border-color: #B24BE9; }

 span { border-color: rgb(178,75,233); }

 td.TdClassName
 {
   border-color: #B24BE9;
 }
 .TagClassName
 {
   border-color: #B24BE9;
 }
</style>