Shades of Deep Magenta #BB04B0
Tints of Deep Magenta #BB04B0
RGB
CMYK
RGB Variations
Color information
#BB04B0 (or 0xBB04B0) is known color: Deep Magenta. HEX triplet: BB, 04 and B0. RGB value is (187,4,176). Sum of RGB (Red+Green+Blue) = 187+4+176=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB04B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB04B0 is #44FB4F. Grayscale: #4D4D4D. Windows color (decimal): -4520784 or 11535547. OLE color: 11535547.
HSL color Cylindrical-coordinate representation of color #BB04B0: hue angle of 303.61º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB04B0 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 176 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.27 |
| HSL | 303.61º | 0.96% | 0.37% | - |
| HSV(B) | 303.61º | 0.98% | 0.73% | - |
| XYZ | 28.37 | 13.79 | 42.24 | - |
| YUV | 78.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 176 | 0 | 0.98 | 0.06 | 0.27 | 303.61 | 0.96 | 0.37 |
| Hex | BB | 4 | B0 | 0 | 62 | 6 | 1B | 130 | 60 | 25 |
| Octal | 273 | 4 | 260 | 0 | 142 | 6 | 33 | 460 | 140 | 45 |
| Binary | 10111011 | 100 | 10110000 | 0 | 1100010 | 110 | 11011 | 100110000 | 1100000 | 100101 |
Color Harmonies of #BB04B0
Complementary color
Monochromatic Colors of #BB04B0
Black with #BB04B0
Text Example
Text Example
White with #BB04B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB04B0; }
p { color: rgb(187,4,176); }
H1.HeaderClassName
{
color: #BB04B0;
}
.AnyTagClassName
{
color: #BB04B0;
}
</style>
background-color css
<style>
a { background-color: #BB04B0; }
a { background-color: rgb(187,4,176); }
div.DivClassName
{
background-color: #BB04B0;
}
.BgClassName
{
background-color: #BB04B0;
}
</style>
border-color css
<style>
span { border-color: #BB04B0; }
span { border-color: rgb(187,4,176); }
td.TdClassName
{
border-color: #BB04B0;
}
.TagClassName
{
border-color: #BB04B0;
}
</style>