Shades of Medium Orchid #BB44DB
Tints of Medium Orchid #BB44DB
RGB
CMYK
RGB Variations
Color information
#BB44DB (or 0xBB44DB) is known color: Medium Orchid. HEX triplet: BB, 44 and DB. RGB value is (187,68,219). Sum of RGB (Red+Green+Blue) = 187+68+219=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB44DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB44DB is #44BB24. Grayscale: #787878. Windows color (decimal): -4504357 or 14369979. OLE color: 14369979.
HSL color Cylindrical-coordinate representation of color #BB44DB: hue angle of 287.28º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB44DB is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 68 | 219 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.14 |
| HSL | 287.28º | 0.68% | 0.56% | - |
| HSV(B) | 287.28º | 0.69% | 0.86% | - |
| XYZ | 35.35 | 19.81 | 68.98 | - |
| YUV | 120.8 | 183.42 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 219 | 0.15 | 0.69 | 0 | 0.14 | 287.28 | 0.68 | 0.56 |
| Hex | BB | 44 | DB | F | 45 | 0 | E | 11F | 44 | 38 |
| Octal | 273 | 104 | 333 | 17 | 105 | 0 | 16 | 437 | 104 | 70 |
| Binary | 10111011 | 1000100 | 11011011 | 1111 | 1000101 | 0 | 1110 | 100011111 | 1000100 | 111000 |
Color Harmonies of #BB44DB
Complementary color
Monochromatic Colors of #BB44DB
Black with #BB44DB
Text Example
Text Example
White with #BB44DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB44DB; }
p { color: rgb(187,68,219); }
H1.HeaderClassName
{
color: #BB44DB;
}
.AnyTagClassName
{
color: #BB44DB;
}
</style>
background-color css
<style>
a { background-color: #BB44DB; }
a { background-color: rgb(187,68,219); }
div.DivClassName
{
background-color: #BB44DB;
}
.BgClassName
{
background-color: #BB44DB;
}
</style>
border-color css
<style>
span { border-color: #BB44DB; }
span { border-color: rgb(187,68,219); }
td.TdClassName
{
border-color: #BB44DB;
}
.TagClassName
{
border-color: #BB44DB;
}
</style>