Shades of Deep Magenta #BB04BA
Tints of Deep Magenta #BB04BA
RGB
CMYK
RGB Variations
Color information
#BB04BA (or 0xBB04BA) is known color: Deep Magenta. HEX triplet: BB, 04 and BA. RGB value is (187,4,186). Sum of RGB (Red+Green+Blue) = 187+4+186=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB04BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB04BA is #44FB45. Grayscale: #4E4E4E. Windows color (decimal): -4520774 or 12190907. OLE color: 12190907.
HSL color Cylindrical-coordinate representation of color #BB04BA: hue angle of 300.33º 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 #BB04BA is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 186 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.27 |
| HSL | 300.33º | 0.96% | 0.37% | - |
| HSV(B) | 300.33º | 0.98% | 0.73% | - |
| XYZ | 29.4 | 14.2 | 47.65 | - |
| YUV | 79.47 | 188.13 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 186 | 0 | 0.98 | 0.01 | 0.27 | 300.33 | 0.96 | 0.37 |
| Hex | BB | 4 | BA | 0 | 62 | 1 | 1B | 12C | 60 | 25 |
| Octal | 273 | 4 | 272 | 0 | 142 | 1 | 33 | 454 | 140 | 45 |
| Binary | 10111011 | 100 | 10111010 | 0 | 1100010 | 1 | 11011 | 100101100 | 1100000 | 100101 |
Color Harmonies of #BB04BA
Complementary color
Monochromatic Colors of #BB04BA
Black with #BB04BA
Text Example
Text Example
White with #BB04BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB04BA; }
p { color: rgb(187,4,186); }
H1.HeaderClassName
{
color: #BB04BA;
}
.AnyTagClassName
{
color: #BB04BA;
}
</style>
background-color css
<style>
a { background-color: #BB04BA; }
a { background-color: rgb(187,4,186); }
div.DivClassName
{
background-color: #BB04BA;
}
.BgClassName
{
background-color: #BB04BA;
}
</style>
border-color css
<style>
span { border-color: #BB04BA; }
span { border-color: rgb(187,4,186); }
td.TdClassName
{
border-color: #BB04BA;
}
.TagClassName
{
border-color: #BB04BA;
}
</style>