Shades of Medium Orchid #BB66C8
Tints of Medium Orchid #BB66C8
RGB
CMYK
RGB Variations
Color information
#BB66C8 (or 0xBB66C8) is known color: Medium Orchid. HEX triplet: BB, 66 and C8. RGB value is (187,102,200). Sum of RGB (Red+Green+Blue) = 187+102+200=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB66C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB66C8 is #449937. Grayscale: #8A8A8A. Windows color (decimal): -4495672 or 13133499. OLE color: 13133499.
HSL color Cylindrical-coordinate representation of color #BB66C8: hue angle of 292.04º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB66C8 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 102 | 200 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.22 |
| HSL | 292.04º | 0.47% | 0.59% | - |
| HSV(B) | 292.04º | 0.49% | 0.78% | - |
| XYZ | 35.67 | 24.24 | 57.44 | - |
| YUV | 138.59 | 162.66 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 200 | 0.06 | 0.49 | 0 | 0.22 | 292.04 | 0.47 | 0.59 |
| Hex | BB | 66 | C8 | 6 | 31 | 0 | 16 | 124 | 2F | 3B |
| Octal | 273 | 146 | 310 | 6 | 61 | 0 | 26 | 444 | 57 | 73 |
| Binary | 10111011 | 1100110 | 11001000 | 110 | 110001 | 0 | 10110 | 100100100 | 101111 | 111011 |
Color Harmonies of #BB66C8
Complementary color
Monochromatic Colors of #BB66C8
Black with #BB66C8
Text Example
Text Example
White with #BB66C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB66C8; }
p { color: rgb(187,102,200); }
H1.HeaderClassName
{
color: #BB66C8;
}
.AnyTagClassName
{
color: #BB66C8;
}
</style>
background-color css
<style>
a { background-color: #BB66C8; }
a { background-color: rgb(187,102,200); }
div.DivClassName
{
background-color: #BB66C8;
}
.BgClassName
{
background-color: #BB66C8;
}
</style>
border-color css
<style>
span { border-color: #BB66C8; }
span { border-color: rgb(187,102,200); }
td.TdClassName
{
border-color: #BB66C8;
}
.TagClassName
{
border-color: #BB66C8;
}
</style>