Shades of Medium Orchid #BB66DB
Tints of Medium Orchid #BB66DB
RGB
CMYK
RGB Variations
Color information
#BB66DB (or 0xBB66DB) is known color: Medium Orchid. HEX triplet: BB, 66 and DB. RGB value is (187,102,219). Sum of RGB (Red+Green+Blue) = 187+102+219=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB66DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB66DB is #449924. Grayscale: #8C8C8C. Windows color (decimal): -4495653 or 14378683. OLE color: 14378683.
HSL color Cylindrical-coordinate representation of color #BB66DB: hue angle of 283.59º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB66DB is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 102 | 219 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.14 |
| HSL | 283.59º | 0.62% | 0.63% | - |
| HSV(B) | 283.59º | 0.53% | 0.86% | - |
| XYZ | 38.03 | 25.18 | 69.87 | - |
| YUV | 140.75 | 172.16 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 219 | 0.15 | 0.53 | 0 | 0.14 | 283.59 | 0.62 | 0.63 |
| Hex | BB | 66 | DB | F | 35 | 0 | E | 11C | 3E | 3F |
| Octal | 273 | 146 | 333 | 17 | 65 | 0 | 16 | 434 | 76 | 77 |
| Binary | 10111011 | 1100110 | 11011011 | 1111 | 110101 | 0 | 1110 | 100011100 | 111110 | 111111 |
Color Harmonies of #BB66DB
Complementary color
Monochromatic Colors of #BB66DB
Black with #BB66DB
Text Example
Text Example
White with #BB66DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB66DB; }
p { color: rgb(187,102,219); }
H1.HeaderClassName
{
color: #BB66DB;
}
.AnyTagClassName
{
color: #BB66DB;
}
</style>
background-color css
<style>
a { background-color: #BB66DB; }
a { background-color: rgb(187,102,219); }
div.DivClassName
{
background-color: #BB66DB;
}
.BgClassName
{
background-color: #BB66DB;
}
</style>
border-color css
<style>
span { border-color: #BB66DB; }
span { border-color: rgb(187,102,219); }
td.TdClassName
{
border-color: #BB66DB;
}
.TagClassName
{
border-color: #BB66DB;
}
</style>