Shades of Deep Magenta #BB02B9
Tints of Deep Magenta #BB02B9
RGB
CMYK
RGB Variations
Color information
#BB02B9 (or 0xBB02B9) is known color: Deep Magenta. HEX triplet: BB, 02 and B9. RGB value is (187,2,185). Sum of RGB (Red+Green+Blue) = 187+2+185=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB02B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB02B9 is #44FD46. Grayscale: #4D4D4D. Windows color (decimal): -4521287 or 12124859. OLE color: 12124859.
HSL color Cylindrical-coordinate representation of color #BB02B9: hue angle of 300.65º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB02B9 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 185 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.27 |
| HSL | 300.65º | 0.98% | 0.37% | - |
| HSV(B) | 300.65º | 0.99% | 0.73% | - |
| XYZ | 29.27 | 14.11 | 47.08 | - |
| YUV | 78.18 | 188.29 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 185 | 0 | 0.99 | 0.01 | 0.27 | 300.65 | 0.98 | 0.37 |
| Hex | BB | 2 | B9 | 0 | 63 | 1 | 1B | 12D | 62 | 25 |
| Octal | 273 | 2 | 271 | 0 | 143 | 1 | 33 | 455 | 142 | 45 |
| Binary | 10111011 | 10 | 10111001 | 0 | 1100011 | 1 | 11011 | 100101101 | 1100010 | 100101 |
Color Harmonies of #BB02B9
Complementary color
Monochromatic Colors of #BB02B9
Black with #BB02B9
Text Example
Text Example
White with #BB02B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB02B9; }
p { color: rgb(187,2,185); }
H1.HeaderClassName
{
color: #BB02B9;
}
.AnyTagClassName
{
color: #BB02B9;
}
</style>
background-color css
<style>
a { background-color: #BB02B9; }
a { background-color: rgb(187,2,185); }
div.DivClassName
{
background-color: #BB02B9;
}
.BgClassName
{
background-color: #BB02B9;
}
</style>
border-color css
<style>
span { border-color: #BB02B9; }
span { border-color: rgb(187,2,185); }
td.TdClassName
{
border-color: #BB02B9;
}
.TagClassName
{
border-color: #BB02B9;
}
</style>