Shades of Medium Orchid #BB6DDB
Tints of Medium Orchid #BB6DDB
RGB
CMYK
RGB Variations
Color information
#BB6DDB (or 0xBB6DDB) is known color: Medium Orchid. HEX triplet: BB, 6D and DB. RGB value is (187,109,219). Sum of RGB (Red+Green+Blue) = 187+109+219=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB6DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DDB is #449224. Grayscale: #909090. Windows color (decimal): -4493861 or 14380475. OLE color: 14380475.
HSL color Cylindrical-coordinate representation of color #BB6DDB: hue angle of 282.55º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB6DDB is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 109 | 219 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.14 |
| HSL | 282.55º | 0.6% | 0.64% | - |
| HSV(B) | 282.55º | 0.5% | 0.86% | - |
| XYZ | 38.75 | 26.62 | 70.11 | - |
| YUV | 144.86 | 169.84 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 219 | 0.15 | 0.50 | 0 | 0.14 | 282.55 | 0.6 | 0.64 |
| Hex | BB | 6D | DB | F | 32 | 0 | E | 11B | 3C | 40 |
| Octal | 273 | 155 | 333 | 17 | 62 | 0 | 16 | 433 | 74 | 100 |
| Binary | 10111011 | 1101101 | 11011011 | 1111 | 110010 | 0 | 1110 | 100011011 | 111100 | 1000000 |
Color Harmonies of #BB6DDB
Complementary color
Monochromatic Colors of #BB6DDB
Black with #BB6DDB
Text Example
Text Example
White with #BB6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6DDB; }
p { color: rgb(187,109,219); }
H1.HeaderClassName
{
color: #BB6DDB;
}
.AnyTagClassName
{
color: #BB6DDB;
}
</style>
background-color css
<style>
a { background-color: #BB6DDB; }
a { background-color: rgb(187,109,219); }
div.DivClassName
{
background-color: #BB6DDB;
}
.BgClassName
{
background-color: #BB6DDB;
}
</style>
border-color css
<style>
span { border-color: #BB6DDB; }
span { border-color: rgb(187,109,219); }
td.TdClassName
{
border-color: #BB6DDB;
}
.TagClassName
{
border-color: #BB6DDB;
}
</style>