#B24DCB

Color #B24DCB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B24DCB

Tints of Medium Orchid #B24DCB

Color information

#B24DCB (or 0xB24DCB) is unknown color: approx Medium Orchid. HEX triplet: B2, 4D and CB. RGB value is (178,77,203). Sum of RGB (Red+Green+Blue) = 178+77+203=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #B24DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DCB is #4DB234. Grayscale: #797979. Windows color (decimal): -5091893 or 13323698. OLE color: 13323698.

HSL color Cylindrical-coordinate representation of color #B24DCB: hue angle of 288.1º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24DCB is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17877203-
CMYK0.120.6200.20
HSL288.1º54.78%54.9%-
HSV(B)288.1º62.07%79.61%-
XYZ31.7919.0858.51-
YUV121.56173.96168.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.86%
GREEN value IS 77 (30.47% from 255) = 16.81%
BLUE value IS 203 (79.69% from 255) = 44.32%
R=38.86%
G=16.81%
B=44.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178772030.120.6200.20288.154.7854.9
HexB24DCBC3E0141203737
Octal26211531314760244406767
Binary101100101001101110010111100111110010100100100000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24DCB; }

 p { color: rgb(178,77,203); }

 H1.HeaderClassName
 {
   color: #B24DCB;
 }
 .AnyTagClassName
 {
   color: #B24DCB;
 }
</style>
background-color css

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

 a { background-color: rgb(178,77,203); }

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

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

 span { border-color: rgb(178,77,203); }

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