Shades of Deep Magenta #BB0FD2
Tints of Deep Magenta #BB0FD2
RGB
CMYK
RGB Variations
Color information
#BB0FD2 (or 0xBB0FD2) is known color: Deep Magenta. HEX triplet: BB, 0F and D2. RGB value is (187,15,210). Sum of RGB (Red+Green+Blue) = 187+15+210=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 15 (6.25% from 255 or 3.64% from 412); Blue value is 210 (82.42% from 255 or 50.97% from 412); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB0FD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0FD2 is #44F02D. Grayscale: #585858. Windows color (decimal): -4517934 or 13766587. OLE color: 13766587.
HSL color Cylindrical-coordinate representation of color #BB0FD2: hue angle of 292.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0FD2 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 15 | 210 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.18 |
| HSL | 292.92º | 0.87% | 0.44% | - |
| HSV(B) | 292.92º | 0.93% | 0.82% | - |
| XYZ | 32.3 | 15.56 | 62.27 | - |
| YUV | 88.66 | 196.48 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 210 | 0.11 | 0.93 | 0 | 0.18 | 292.92 | 0.87 | 0.44 |
| Hex | BB | F | D2 | B | 5D | 0 | 12 | 125 | 57 | 2C |
| Octal | 273 | 17 | 322 | 13 | 135 | 0 | 22 | 445 | 127 | 54 |
| Binary | 10111011 | 1111 | 11010010 | 1011 | 1011101 | 0 | 10010 | 100100101 | 1010111 | 101100 |
Color Harmonies of #BB0FD2
Complementary color
Monochromatic Colors of #BB0FD2
Black with #BB0FD2
Text Example
Text Example
White with #BB0FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FD2; }
p { color: rgb(187,15,210); }
H1.HeaderClassName
{
color: #BB0FD2;
}
.AnyTagClassName
{
color: #BB0FD2;
}
</style>
background-color css
<style>
a { background-color: #BB0FD2; }
a { background-color: rgb(187,15,210); }
div.DivClassName
{
background-color: #BB0FD2;
}
.BgClassName
{
background-color: #BB0FD2;
}
</style>
border-color css
<style>
span { border-color: #BB0FD2; }
span { border-color: rgb(187,15,210); }
td.TdClassName
{
border-color: #BB0FD2;
}
.TagClassName
{
border-color: #BB0FD2;
}
</style>