#BB66CC

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

Shades of Medium Orchid #BB66CC

Tints of Medium Orchid #BB66CC

Color information

#BB66CC (or 0xBB66CC) is unknown color: approx Medium Orchid. HEX triplet: BB, 66 and CC. RGB value is (187,102,204). Sum of RGB (Red+Green+Blue) = 187+102+204=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB66CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB66CC is #449933. Grayscale: #8A8A8A. Windows color (decimal): -4495668 or 13395643. OLE color: 13395643.

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

Color convert

RGB187102204-
CMYK0.080.500.2
HSL290º50%60%-
HSV(B)290º50%80%-
XYZ36.1424.4359.94-
YUV139.04164.66162.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 102 (40.23% from 255) = 20.69%
BLUE value IS 204 (80.08% from 255) = 41.38%
R=37.93%
G=20.69%
B=41.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871022040.080.500.22905060
HexBB66CC832014122323c
Octal27314631410620244426274
Binary101110111100110110011001000110010010100100100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB66CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB66CC; }

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

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

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

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

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

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

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

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