Html Css Color HEX #B24EC9 Medium Orchid

📋 copy color: '#B24EC9'

red 178 ◦ green 78 ◦ blue 201

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

Shades of Medium Orchid #B24EC9

Tints of Medium Orchid #B24EC9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.07%

 BLUE value IS 201 (78.91% from 255) = 43.98%

R = 38.95%
G = 17.07%
B = 43.98%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B24EC9 (or 0xB24EC9) is known color: Medium Orchid. HEX triplet: B2, 4E and C9. RGB value is (178,78,201). Sum of RGB (Red+Green+Blue) = 178+78+201=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #B24EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24EC9 is #4DB136. Grayscale: #797979. Windows color (decimal): -5091639 or 13192882. OLE color: 13192882.

HSL color Cylindrical-coordinate representation of color #B24EC9: hue angle of 288.78º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24EC9 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 78 201 -
CMYK 0.11 0.61 0 0.21
HSL 288.78º 0.53% 0.55% -
HSV(B) 288.78º 0.61% 0.79% -
XYZ 31.63 19.13 57.28 -
YUV 121.92 172.63 168 -
System Red Green Blue C M Y K H S L
Decimal 178 78 201 0.11 0.61 0 0.21 288.78 0.53 0.55
Hex B2 4E C9 B 3D 0 15 121 35 37
Octal 262 116 311 13 75 0 25 441 65 67
Binary 10110010 1001110 11001001 1011 111101 0 10101 100100001 110101 110111

Color Harmonies of #B24EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24EC9

Black with #B24EC9

Text Example


Text Example

White with #B24EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24EC9; }

 p { color: rgb(178,78,201); }

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

background-color css

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

 a { background-color: rgb(178,78,201); }

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

border-color css

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

 span { border-color: rgb(178,78,201); }

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