Shades of Deep Magenta #BB1FB5
Tints of Deep Magenta #BB1FB5
RGB
CMYK
RGB Variations
Color information
#BB1FB5 (or 0xBB1FB5) is known color: Deep Magenta. HEX triplet: BB, 1F and B5. RGB value is (187,31,181). Sum of RGB (Red+Green+Blue) = 187+31+181=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 181 (71.09% from 255 or 45.36% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1FB5 is #44E04A. Grayscale: #5E5E5E. Windows color (decimal): -4513867 or 11870139. OLE color: 11870139.
HSL color Cylindrical-coordinate representation of color #BB1FB5: hue angle of 302.31º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB1FB5 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 31 | 181 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.27 |
| HSL | 302.31º | 0.72% | 0.43% | - |
| HSV(B) | 302.31º | 0.83% | 0.73% | - |
| XYZ | 29.32 | 14.88 | 45.04 | - |
| YUV | 94.74 | 176.68 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 31 | 181 | 0 | 0.83 | 0.03 | 0.27 | 302.31 | 0.72 | 0.43 |
| Hex | BB | 1F | B5 | 0 | 53 | 3 | 1B | 12E | 48 | 2B |
| Octal | 273 | 37 | 265 | 0 | 123 | 3 | 33 | 456 | 110 | 53 |
| Binary | 10111011 | 11111 | 10110101 | 0 | 1010011 | 11 | 11011 | 100101110 | 1001000 | 101011 |
Color Harmonies of #BB1FB5
Complementary color
Monochromatic Colors of #BB1FB5
Black with #BB1FB5
Text Example
Text Example
White with #BB1FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1FB5; }
p { color: rgb(187,31,181); }
H1.HeaderClassName
{
color: #BB1FB5;
}
.AnyTagClassName
{
color: #BB1FB5;
}
</style>
background-color css
<style>
a { background-color: #BB1FB5; }
a { background-color: rgb(187,31,181); }
div.DivClassName
{
background-color: #BB1FB5;
}
.BgClassName
{
background-color: #BB1FB5;
}
</style>
border-color css
<style>
span { border-color: #BB1FB5; }
span { border-color: rgb(187,31,181); }
td.TdClassName
{
border-color: #BB1FB5;
}
.TagClassName
{
border-color: #BB1FB5;
}
</style>