Shades of Medium Orchid #BB6CDB
Tints of Medium Orchid #BB6CDB
RGB
CMYK
RGB Variations
Color information
#BB6CDB (or 0xBB6CDB) is known color: Medium Orchid. HEX triplet: BB, 6C and DB. RGB value is (187,108,219). Sum of RGB (Red+Green+Blue) = 187+108+219=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CDB is #449324. Grayscale: #8F8F8F. Windows color (decimal): -4494117 or 14380219. OLE color: 14380219.
HSL color Cylindrical-coordinate representation of color #BB6CDB: hue angle of 282.7º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB6CDB is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 108 | 219 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.14 |
| HSL | 282.7º | 0.61% | 0.64% | - |
| HSV(B) | 282.7º | 0.51% | 0.86% | - |
| XYZ | 38.64 | 26.4 | 70.08 | - |
| YUV | 144.28 | 170.17 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 219 | 0.15 | 0.51 | 0 | 0.14 | 282.7 | 0.61 | 0.64 |
| Hex | BB | 6C | DB | F | 33 | 0 | E | 11B | 3D | 40 |
| Octal | 273 | 154 | 333 | 17 | 63 | 0 | 16 | 433 | 75 | 100 |
| Binary | 10111011 | 1101100 | 11011011 | 1111 | 110011 | 0 | 1110 | 100011011 | 111101 | 1000000 |
Color Harmonies of #BB6CDB
Complementary color
Monochromatic Colors of #BB6CDB
Black with #BB6CDB
Text Example
Text Example
White with #BB6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CDB; }
p { color: rgb(187,108,219); }
H1.HeaderClassName
{
color: #BB6CDB;
}
.AnyTagClassName
{
color: #BB6CDB;
}
</style>
background-color css
<style>
a { background-color: #BB6CDB; }
a { background-color: rgb(187,108,219); }
div.DivClassName
{
background-color: #BB6CDB;
}
.BgClassName
{
background-color: #BB6CDB;
}
</style>
border-color css
<style>
span { border-color: #BB6CDB; }
span { border-color: rgb(187,108,219); }
td.TdClassName
{
border-color: #BB6CDB;
}
.TagClassName
{
border-color: #BB6CDB;
}
</style>