Shades of Deep Magenta #BB1FC9
Tints of Deep Magenta #BB1FC9
RGB
CMYK
RGB Variations
Color information
#BB1FC9 (or 0xBB1FC9) is known color: Deep Magenta. HEX triplet: BB, 1F and C9. RGB value is (187,31,201). Sum of RGB (Red+Green+Blue) = 187+31+201=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB1FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1FC9 is #44E036. Grayscale: #606060. Windows color (decimal): -4513847 or 13180859. OLE color: 13180859.
HSL color Cylindrical-coordinate representation of color #BB1FC9: hue angle of 295.06º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB1FC9 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 31 | 201 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.21 |
| HSL | 295.06º | 0.73% | 0.45% | - |
| HSV(B) | 295.06º | 0.85% | 0.79% | - |
| XYZ | 31.53 | 15.76 | 56.64 | - |
| YUV | 97.02 | 186.68 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 31 | 201 | 0.07 | 0.85 | 0 | 0.21 | 295.06 | 0.73 | 0.45 |
| Hex | BB | 1F | C9 | 7 | 55 | 0 | 15 | 127 | 49 | 2D |
| Octal | 273 | 37 | 311 | 7 | 125 | 0 | 25 | 447 | 111 | 55 |
| Binary | 10111011 | 11111 | 11001001 | 111 | 1010101 | 0 | 10101 | 100100111 | 1001001 | 101101 |
Color Harmonies of #BB1FC9
Complementary color
Monochromatic Colors of #BB1FC9
Black with #BB1FC9
Text Example
Text Example
White with #BB1FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1FC9; }
p { color: rgb(187,31,201); }
H1.HeaderClassName
{
color: #BB1FC9;
}
.AnyTagClassName
{
color: #BB1FC9;
}
</style>
background-color css
<style>
a { background-color: #BB1FC9; }
a { background-color: rgb(187,31,201); }
div.DivClassName
{
background-color: #BB1FC9;
}
.BgClassName
{
background-color: #BB1FC9;
}
</style>
border-color css
<style>
span { border-color: #BB1FC9; }
span { border-color: rgb(187,31,201); }
td.TdClassName
{
border-color: #BB1FC9;
}
.TagClassName
{
border-color: #BB1FC9;
}
</style>