Shades of Medium Orchid #BB39DB
Tints of Medium Orchid #BB39DB
RGB
CMYK
RGB Variations
Color information
#BB39DB (or 0xBB39DB) is known color: Medium Orchid. HEX triplet: BB, 39 and DB. RGB value is (187,57,219). Sum of RGB (Red+Green+Blue) = 187+57+219=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 57 (22.66% from 255 or 12.31% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB39DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB39DB is #44C624. Grayscale: #717171. Windows color (decimal): -4507173 or 14367163. OLE color: 14367163.
HSL color Cylindrical-coordinate representation of color #BB39DB: hue angle of 288.15º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB39DB is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 57 | 219 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.14 |
| HSL | 288.15º | 0.69% | 0.54% | - |
| HSV(B) | 288.15º | 0.74% | 0.86% | - |
| XYZ | 34.74 | 18.61 | 68.78 | - |
| YUV | 114.34 | 187.07 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 219 | 0.15 | 0.74 | 0 | 0.14 | 288.15 | 0.69 | 0.54 |
| Hex | BB | 39 | DB | F | 4A | 0 | E | 120 | 45 | 36 |
| Octal | 273 | 71 | 333 | 17 | 112 | 0 | 16 | 440 | 105 | 66 |
| Binary | 10111011 | 111001 | 11011011 | 1111 | 1001010 | 0 | 1110 | 100100000 | 1000101 | 110110 |
Color Harmonies of #BB39DB
Complementary color
Monochromatic Colors of #BB39DB
Black with #BB39DB
Text Example
Text Example
White with #BB39DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB39DB; }
p { color: rgb(187,57,219); }
H1.HeaderClassName
{
color: #BB39DB;
}
.AnyTagClassName
{
color: #BB39DB;
}
</style>
background-color css
<style>
a { background-color: #BB39DB; }
a { background-color: rgb(187,57,219); }
div.DivClassName
{
background-color: #BB39DB;
}
.BgClassName
{
background-color: #BB39DB;
}
</style>
border-color css
<style>
span { border-color: #BB39DB; }
span { border-color: rgb(187,57,219); }
td.TdClassName
{
border-color: #BB39DB;
}
.TagClassName
{
border-color: #BB39DB;
}
</style>