#BB36CC

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

Shades of Medium Orchid #BB36CC

Tints of Medium Orchid #BB36CC

Color information

#BB36CC (or 0xBB36CC) is unknown color: approx Medium Orchid. HEX triplet: BB, 36 and CC. RGB value is (187,54,204). Sum of RGB (Red+Green+Blue) = 187+54+204=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB36CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB36CC is #44C933. Grayscale: #6E6E6E. Windows color (decimal): -4507956 or 13383355. OLE color: 13383355.

HSL color Cylindrical-coordinate representation of color #BB36CC: hue angle of 293.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB36CC is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18754204-
CMYK0.080.7400.2
HSL293.2º59.52%50.59%-
HSV(B)293.2º73.53%80%-
XYZ32.7117.5658.79-
YUV110.87180.56182.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 54 (21.48% from 255) = 12.13%
BLUE value IS 204 (80.08% from 255) = 45.84%
R=42.02%
G=12.13%
B=45.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal187542040.080.7400.2293.259.5250.59
HexBB36CC84A0141253c33
Octal27366314101120244457463
Binary101110111101101100110010001001010010100100100101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB36CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB36CC; }

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

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

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

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

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

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

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

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