Shades of Deep Magenta #BB0FB2
Tints of Deep Magenta #BB0FB2
RGB
CMYK
RGB Variations
Color information
#BB0FB2 (or 0xBB0FB2) is known color: Deep Magenta. HEX triplet: BB, 0F and B2. RGB value is (187,15,178). Sum of RGB (Red+Green+Blue) = 187+15+178=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 178 (69.92% from 255 or 46.84% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0FB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0FB2 is #44F04D. Grayscale: #545454. Windows color (decimal): -4517966 or 11669435. OLE color: 11669435.
HSL color Cylindrical-coordinate representation of color #BB0FB2: hue angle of 303.14º 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 #BB0FB2 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 15 | 178 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.27 |
| HSL | 303.14º | 0.85% | 0.4% | - |
| HSV(B) | 303.14º | 0.92% | 0.73% | - |
| XYZ | 28.7 | 14.12 | 43.33 | - |
| YUV | 85.01 | 180.48 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 178 | 0 | 0.92 | 0.05 | 0.27 | 303.14 | 0.85 | 0.4 |
| Hex | BB | F | B2 | 0 | 5C | 5 | 1B | 12F | 55 | 28 |
| Octal | 273 | 17 | 262 | 0 | 134 | 5 | 33 | 457 | 125 | 50 |
| Binary | 10111011 | 1111 | 10110010 | 0 | 1011100 | 101 | 11011 | 100101111 | 1010101 | 101000 |
Color Harmonies of #BB0FB2
Complementary color
Monochromatic Colors of #BB0FB2
Black with #BB0FB2
Text Example
Text Example
White with #BB0FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FB2; }
p { color: rgb(187,15,178); }
H1.HeaderClassName
{
color: #BB0FB2;
}
.AnyTagClassName
{
color: #BB0FB2;
}
</style>
background-color css
<style>
a { background-color: #BB0FB2; }
a { background-color: rgb(187,15,178); }
div.DivClassName
{
background-color: #BB0FB2;
}
.BgClassName
{
background-color: #BB0FB2;
}
</style>
border-color css
<style>
span { border-color: #BB0FB2; }
span { border-color: rgb(187,15,178); }
td.TdClassName
{
border-color: #BB0FB2;
}
.TagClassName
{
border-color: #BB0FB2;
}
</style>