Shades of Deep Magenta #BB0BD5
Tints of Deep Magenta #BB0BD5
RGB
CMYK
RGB Variations
Color information
#BB0BD5 (or 0xBB0BD5) is known color: Deep Magenta. HEX triplet: BB, 0B and D5. RGB value is (187,11,213). Sum of RGB (Red+Green+Blue) = 187+11+213=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB0BD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BD5 is #44F42A. Grayscale: #565656. Windows color (decimal): -4518955 or 13962171. OLE color: 13962171.
HSL color Cylindrical-coordinate representation of color #BB0BD5: hue angle of 292.28º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0BD5 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 11 | 213 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.16 |
| HSL | 292.28º | 0.9% | 0.44% | - |
| HSV(B) | 292.28º | 0.95% | 0.84% | - |
| XYZ | 32.62 | 15.61 | 64.24 | - |
| YUV | 86.65 | 199.31 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 213 | 0.12 | 0.95 | 0 | 0.16 | 292.28 | 0.9 | 0.44 |
| Hex | BB | B | D5 | C | 5F | 0 | 10 | 124 | 5A | 2C |
| Octal | 273 | 13 | 325 | 14 | 137 | 0 | 20 | 444 | 132 | 54 |
| Binary | 10111011 | 1011 | 11010101 | 1100 | 1011111 | 0 | 10000 | 100100100 | 1011010 | 101100 |
Color Harmonies of #BB0BD5
Complementary color
Monochromatic Colors of #BB0BD5
Black with #BB0BD5
Text Example
Text Example
White with #BB0BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BD5; }
p { color: rgb(187,11,213); }
H1.HeaderClassName
{
color: #BB0BD5;
}
.AnyTagClassName
{
color: #BB0BD5;
}
</style>
background-color css
<style>
a { background-color: #BB0BD5; }
a { background-color: rgb(187,11,213); }
div.DivClassName
{
background-color: #BB0BD5;
}
.BgClassName
{
background-color: #BB0BD5;
}
</style>
border-color css
<style>
span { border-color: #BB0BD5; }
span { border-color: rgb(187,11,213); }
td.TdClassName
{
border-color: #BB0BD5;
}
.TagClassName
{
border-color: #BB0BD5;
}
</style>