Shades of Medium Orchid #BB30DB
Tints of Medium Orchid #BB30DB
RGB
CMYK
RGB Variations
Color information
#BB30DB (or 0xBB30DB) is known color: Medium Orchid. HEX triplet: BB, 30 and DB. RGB value is (187,48,219). Sum of RGB (Red+Green+Blue) = 187+48+219=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB30DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB30DB is #44CF24. Grayscale: #6C6C6C. Windows color (decimal): -4509477 or 14364859. OLE color: 14364859.
HSL color Cylindrical-coordinate representation of color #BB30DB: hue angle of 288.77º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB30DB is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 48 | 219 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.14 |
| HSL | 288.77º | 0.7% | 0.52% | - |
| HSV(B) | 288.77º | 0.78% | 0.86% | - |
| XYZ | 34.34 | 17.79 | 68.64 | - |
| YUV | 109.06 | 190.05 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 219 | 0.15 | 0.78 | 0 | 0.14 | 288.77 | 0.7 | 0.52 |
| Hex | BB | 30 | DB | F | 4E | 0 | E | 121 | 46 | 34 |
| Octal | 273 | 60 | 333 | 17 | 116 | 0 | 16 | 441 | 106 | 64 |
| Binary | 10111011 | 110000 | 11011011 | 1111 | 1001110 | 0 | 1110 | 100100001 | 1000110 | 110100 |
Color Harmonies of #BB30DB
Complementary color
Monochromatic Colors of #BB30DB
Black with #BB30DB
Text Example
Text Example
White with #BB30DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB30DB; }
p { color: rgb(187,48,219); }
H1.HeaderClassName
{
color: #BB30DB;
}
.AnyTagClassName
{
color: #BB30DB;
}
</style>
background-color css
<style>
a { background-color: #BB30DB; }
a { background-color: rgb(187,48,219); }
div.DivClassName
{
background-color: #BB30DB;
}
.BgClassName
{
background-color: #BB30DB;
}
</style>
border-color css
<style>
span { border-color: #BB30DB; }
span { border-color: rgb(187,48,219); }
td.TdClassName
{
border-color: #BB30DB;
}
.TagClassName
{
border-color: #BB30DB;
}
</style>