Shades of Medium Orchid #BB32DB
Tints of Medium Orchid #BB32DB
RGB
CMYK
RGB Variations
Color information
#BB32DB (or 0xBB32DB) is known color: Medium Orchid. HEX triplet: BB, 32 and DB. RGB value is (187,50,219). Sum of RGB (Red+Green+Blue) = 187+50+219=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB32DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB32DB is #44CD24. Grayscale: #6D6D6D. Windows color (decimal): -4508965 or 14365371. OLE color: 14365371.
HSL color Cylindrical-coordinate representation of color #BB32DB: hue angle of 288.64º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB32DB is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 50 | 219 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.14 |
| HSL | 288.64º | 0.7% | 0.53% | - |
| HSV(B) | 288.64º | 0.77% | 0.86% | - |
| XYZ | 34.42 | 17.96 | 68.67 | - |
| YUV | 110.23 | 189.39 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 219 | 0.15 | 0.77 | 0 | 0.14 | 288.64 | 0.7 | 0.53 |
| Hex | BB | 32 | DB | F | 4D | 0 | E | 121 | 46 | 35 |
| Octal | 273 | 62 | 333 | 17 | 115 | 0 | 16 | 441 | 106 | 65 |
| Binary | 10111011 | 110010 | 11011011 | 1111 | 1001101 | 0 | 1110 | 100100001 | 1000110 | 110101 |
Color Harmonies of #BB32DB
Complementary color
Monochromatic Colors of #BB32DB
Black with #BB32DB
Text Example
Text Example
White with #BB32DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB32DB; }
p { color: rgb(187,50,219); }
H1.HeaderClassName
{
color: #BB32DB;
}
.AnyTagClassName
{
color: #BB32DB;
}
</style>
background-color css
<style>
a { background-color: #BB32DB; }
a { background-color: rgb(187,50,219); }
div.DivClassName
{
background-color: #BB32DB;
}
.BgClassName
{
background-color: #BB32DB;
}
</style>
border-color css
<style>
span { border-color: #BB32DB; }
span { border-color: rgb(187,50,219); }
td.TdClassName
{
border-color: #BB32DB;
}
.TagClassName
{
border-color: #BB32DB;
}
</style>