Shades of Deep Magenta #BB03B9
Tints of Deep Magenta #BB03B9
RGB
CMYK
RGB Variations
Color information
#BB03B9 (or 0xBB03B9) is known color: Deep Magenta. HEX triplet: BB, 03 and B9. RGB value is (187,3,185). Sum of RGB (Red+Green+Blue) = 187+3+185=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB03B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB03B9 is #44FC46. Grayscale: #4E4E4E. Windows color (decimal): -4521031 or 12125115. OLE color: 12125115.
HSL color Cylindrical-coordinate representation of color #BB03B9: hue angle of 300.65º 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 #BB03B9 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 185 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.27 |
| HSL | 300.65º | 0.97% | 0.37% | - |
| HSV(B) | 300.65º | 0.98% | 0.73% | - |
| XYZ | 29.28 | 14.13 | 47.08 | - |
| YUV | 78.76 | 187.96 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 185 | 0 | 0.98 | 0.01 | 0.27 | 300.65 | 0.97 | 0.37 |
| Hex | BB | 3 | B9 | 0 | 62 | 1 | 1B | 12D | 61 | 25 |
| Octal | 273 | 3 | 271 | 0 | 142 | 1 | 33 | 455 | 141 | 45 |
| Binary | 10111011 | 11 | 10111001 | 0 | 1100010 | 1 | 11011 | 100101101 | 1100001 | 100101 |
Color Harmonies of #BB03B9
Complementary color
Monochromatic Colors of #BB03B9
Black with #BB03B9
Text Example
Text Example
White with #BB03B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB03B9; }
p { color: rgb(187,3,185); }
H1.HeaderClassName
{
color: #BB03B9;
}
.AnyTagClassName
{
color: #BB03B9;
}
</style>
background-color css
<style>
a { background-color: #BB03B9; }
a { background-color: rgb(187,3,185); }
div.DivClassName
{
background-color: #BB03B9;
}
.BgClassName
{
background-color: #BB03B9;
}
</style>
border-color css
<style>
span { border-color: #BB03B9; }
span { border-color: rgb(187,3,185); }
td.TdClassName
{
border-color: #BB03B9;
}
.TagClassName
{
border-color: #BB03B9;
}
</style>