Shades of Medium Orchid #BB34DB
Tints of Medium Orchid #BB34DB
RGB
CMYK
RGB Variations
Color information
#BB34DB (or 0xBB34DB) is known color: Medium Orchid. HEX triplet: BB, 34 and DB. RGB value is (187,52,219). Sum of RGB (Red+Green+Blue) = 187+52+219=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB34DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB34DB is #44CB24. Grayscale: #6E6E6E. Windows color (decimal): -4508453 or 14365883. OLE color: 14365883.
HSL color Cylindrical-coordinate representation of color #BB34DB: hue angle of 288.5º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB34DB is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 52 | 219 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.14 |
| HSL | 288.5º | 0.7% | 0.53% | - |
| HSV(B) | 288.5º | 0.76% | 0.86% | - |
| XYZ | 34.51 | 18.14 | 68.7 | - |
| YUV | 111.4 | 188.73 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 219 | 0.15 | 0.76 | 0 | 0.14 | 288.5 | 0.7 | 0.53 |
| Hex | BB | 34 | DB | F | 4C | 0 | E | 121 | 46 | 35 |
| Octal | 273 | 64 | 333 | 17 | 114 | 0 | 16 | 441 | 106 | 65 |
| Binary | 10111011 | 110100 | 11011011 | 1111 | 1001100 | 0 | 1110 | 100100001 | 1000110 | 110101 |
Color Harmonies of #BB34DB
Complementary color
Monochromatic Colors of #BB34DB
Black with #BB34DB
Text Example
Text Example
White with #BB34DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB34DB; }
p { color: rgb(187,52,219); }
H1.HeaderClassName
{
color: #BB34DB;
}
.AnyTagClassName
{
color: #BB34DB;
}
</style>
background-color css
<style>
a { background-color: #BB34DB; }
a { background-color: rgb(187,52,219); }
div.DivClassName
{
background-color: #BB34DB;
}
.BgClassName
{
background-color: #BB34DB;
}
</style>
border-color css
<style>
span { border-color: #BB34DB; }
span { border-color: rgb(187,52,219); }
td.TdClassName
{
border-color: #BB34DB;
}
.TagClassName
{
border-color: #BB34DB;
}
</style>