Shades of Deep Magenta #BB0FB4
Tints of Deep Magenta #BB0FB4
RGB
CMYK
RGB Variations
Color information
#BB0FB4 (or 0xBB0FB4) is known color: Deep Magenta. HEX triplet: BB, 0F and B4. RGB value is (187,15,180). Sum of RGB (Red+Green+Blue) = 187+15+180=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0FB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0FB4 is #44F04B. Grayscale: #545454. Windows color (decimal): -4517964 or 11800507. OLE color: 11800507.
HSL color Cylindrical-coordinate representation of color #BB0FB4: hue angle of 302.44º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0FB4 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 15 | 180 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.27 |
| HSL | 302.44º | 0.85% | 0.4% | - |
| HSV(B) | 302.44º | 0.92% | 0.73% | - |
| XYZ | 28.9 | 14.2 | 44.4 | - |
| YUV | 85.24 | 181.48 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 180 | 0 | 0.92 | 0.04 | 0.27 | 302.44 | 0.85 | 0.4 |
| Hex | BB | F | B4 | 0 | 5C | 4 | 1B | 12E | 55 | 28 |
| Octal | 273 | 17 | 264 | 0 | 134 | 4 | 33 | 456 | 125 | 50 |
| Binary | 10111011 | 1111 | 10110100 | 0 | 1011100 | 100 | 11011 | 100101110 | 1010101 | 101000 |
Color Harmonies of #BB0FB4
Complementary color
Monochromatic Colors of #BB0FB4
Black with #BB0FB4
Text Example
Text Example
White with #BB0FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FB4; }
p { color: rgb(187,15,180); }
H1.HeaderClassName
{
color: #BB0FB4;
}
.AnyTagClassName
{
color: #BB0FB4;
}
</style>
background-color css
<style>
a { background-color: #BB0FB4; }
a { background-color: rgb(187,15,180); }
div.DivClassName
{
background-color: #BB0FB4;
}
.BgClassName
{
background-color: #BB0FB4;
}
</style>
border-color css
<style>
span { border-color: #BB0FB4; }
span { border-color: rgb(187,15,180); }
td.TdClassName
{
border-color: #BB0FB4;
}
.TagClassName
{
border-color: #BB0FB4;
}
</style>