Shades of Deep Magenta #BB03B0
Tints of Deep Magenta #BB03B0
RGB
CMYK
RGB Variations
Color information
#BB03B0 (or 0xBB03B0) is known color: Deep Magenta. HEX triplet: BB, 03 and B0. RGB value is (187,3,176). Sum of RGB (Red+Green+Blue) = 187+3+176=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB03B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB03B0 is #44FC4F. Grayscale: #4D4D4D. Windows color (decimal): -4521040 or 11535291. OLE color: 11535291.
HSL color Cylindrical-coordinate representation of color #BB03B0: hue angle of 303.59º degrees, saturation: 0.97, 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 #BB03B0 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 176 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.27 |
| HSL | 303.59º | 0.97% | 0.37% | - |
| HSV(B) | 303.59º | 0.98% | 0.73% | - |
| XYZ | 28.36 | 13.76 | 42.24 | - |
| YUV | 77.74 | 183.46 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 176 | 0 | 0.98 | 0.06 | 0.27 | 303.59 | 0.97 | 0.37 |
| Hex | BB | 3 | B0 | 0 | 62 | 6 | 1B | 130 | 61 | 25 |
| Octal | 273 | 3 | 260 | 0 | 142 | 6 | 33 | 460 | 141 | 45 |
| Binary | 10111011 | 11 | 10110000 | 0 | 1100010 | 110 | 11011 | 100110000 | 1100001 | 100101 |
Color Harmonies of #BB03B0
Complementary color
Monochromatic Colors of #BB03B0
Black with #BB03B0
Text Example
Text Example
White with #BB03B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB03B0; }
p { color: rgb(187,3,176); }
H1.HeaderClassName
{
color: #BB03B0;
}
.AnyTagClassName
{
color: #BB03B0;
}
</style>
background-color css
<style>
a { background-color: #BB03B0; }
a { background-color: rgb(187,3,176); }
div.DivClassName
{
background-color: #BB03B0;
}
.BgClassName
{
background-color: #BB03B0;
}
</style>
border-color css
<style>
span { border-color: #BB03B0; }
span { border-color: rgb(187,3,176); }
td.TdClassName
{
border-color: #BB03B0;
}
.TagClassName
{
border-color: #BB03B0;
}
</style>