#BB36DF

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

Shades of Medium Orchid #BB36DF

Tints of Medium Orchid #BB36DF

Color information

#BB36DF (or 0xBB36DF) is unknown color: approx Medium Orchid. HEX triplet: BB, 36 and DF. RGB value is (187,54,223). Sum of RGB (Red+Green+Blue) = 187+54+223=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB36DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB36DF is #44C920. Grayscale: #707070. Windows color (decimal): -4507937 or 14628539. OLE color: 14628539.

HSL color Cylindrical-coordinate representation of color #BB36DF: hue angle of 287.22º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB36DF is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18754223-
CMYK0.160.7600.13
HSL287.22º72.53%54.31%-
HSV(B)287.22º75.78%87.45%-
XYZ35.1318.5371.54-
YUV113.03190.06180.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 54 (21.48% from 255) = 11.64%
BLUE value IS 223 (87.5% from 255) = 48.06%
R=40.30%
G=11.64%
B=48.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal187542230.160.7600.13287.2272.5354.31
HexBB36DF104C0D11f4936
Octal273663372011401543711166
Binary1011101111011011011111100001001100011011000111111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB36DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB36DF; }

 p { color: rgb(187,54,223); }

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

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

 a { background-color: rgb(187,54,223); }

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

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

 span { border-color: rgb(187,54,223); }

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