Shades of Medium Orchid #BB31DB
Tints of Medium Orchid #BB31DB
RGB
CMYK
RGB Variations
Color information
#BB31DB (or 0xBB31DB) is known color: Medium Orchid. HEX triplet: BB, 31 and DB. RGB value is (187,49,219). Sum of RGB (Red+Green+Blue) = 187+49+219=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB31DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB31DB is #44CE24. Grayscale: #6D6D6D. Windows color (decimal): -4509221 or 14365115. OLE color: 14365115.
HSL color Cylindrical-coordinate representation of color #BB31DB: hue angle of 288.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB31DB is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 49 | 219 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.14 |
| HSL | 288.71º | 0.7% | 0.53% | - |
| HSV(B) | 288.71º | 0.78% | 0.86% | - |
| XYZ | 34.38 | 17.88 | 68.66 | - |
| YUV | 109.64 | 189.72 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 219 | 0.15 | 0.78 | 0 | 0.14 | 288.71 | 0.7 | 0.53 |
| Hex | BB | 31 | DB | F | 4E | 0 | E | 121 | 46 | 35 |
| Octal | 273 | 61 | 333 | 17 | 116 | 0 | 16 | 441 | 106 | 65 |
| Binary | 10111011 | 110001 | 11011011 | 1111 | 1001110 | 0 | 1110 | 100100001 | 1000110 | 110101 |
Color Harmonies of #BB31DB
Complementary color
Monochromatic Colors of #BB31DB
Black with #BB31DB
Text Example
Text Example
White with #BB31DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31DB; }
p { color: rgb(187,49,219); }
H1.HeaderClassName
{
color: #BB31DB;
}
.AnyTagClassName
{
color: #BB31DB;
}
</style>
background-color css
<style>
a { background-color: #BB31DB; }
a { background-color: rgb(187,49,219); }
div.DivClassName
{
background-color: #BB31DB;
}
.BgClassName
{
background-color: #BB31DB;
}
</style>
border-color css
<style>
span { border-color: #BB31DB; }
span { border-color: rgb(187,49,219); }
td.TdClassName
{
border-color: #BB31DB;
}
.TagClassName
{
border-color: #BB31DB;
}
</style>