Shades of Medium Orchid #BB66CC
Tints of Medium Orchid #BB66CC
RGB
CMYK
RGB Variations
Color information
#BB66CC (or 0xBB66CC) is known color: 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
| RGB | 187 | 102 | 204 | - |
| CMYK | 0.08 | 0.5 | 0 | 0.2 |
| HSL | 290º | 0.5% | 0.6% | - |
| HSV(B) | 290º | 0.5% | 0.8% | - |
| XYZ | 36.14 | 24.43 | 59.94 | - |
| YUV | 139.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 204 | 0.08 | 0.5 | 0 | 0.2 | 290 | 0.5 | 0.6 |
| Hex | BB | 66 | CC | 8 | 32 | 0 | 14 | 122 | 32 | 3C |
| Octal | 273 | 146 | 314 | 10 | 62 | 0 | 24 | 442 | 62 | 74 |
| Binary | 10111011 | 1100110 | 11001100 | 1000 | 110010 | 0 | 10100 | 100100010 | 110010 | 111100 |
Color Harmonies of #BB66CC
Complementary color
Monochromatic Colors of #BB66CC
Black with #BB66CC
Text Example
Text Example
White with #BB66CC
Text Example
Text Example
HTML Codes & Css Web 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>