Shades of Deep Magenta #BB1FB3
Tints of Deep Magenta #BB1FB3
RGB
CMYK
RGB Variations
Color information
#BB1FB3 (or 0xBB1FB3) is known color: Deep Magenta. HEX triplet: BB, 1F and B3. RGB value is (187,31,179). Sum of RGB (Red+Green+Blue) = 187+31+179=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1FB3 is #44E04C. Grayscale: #5E5E5E. Windows color (decimal): -4513869 or 11739067. OLE color: 11739067.
HSL color Cylindrical-coordinate representation of color #BB1FB3: hue angle of 303.08º 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 #BB1FB3 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 31 | 179 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.27 |
| HSL | 303.08º | 0.72% | 0.43% | - |
| HSV(B) | 303.08º | 0.83% | 0.73% | - |
| XYZ | 29.12 | 14.8 | 43.97 | - |
| YUV | 94.52 | 175.68 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 31 | 179 | 0 | 0.83 | 0.04 | 0.27 | 303.08 | 0.72 | 0.43 |
| Hex | BB | 1F | B3 | 0 | 53 | 4 | 1B | 12F | 48 | 2B |
| Octal | 273 | 37 | 263 | 0 | 123 | 4 | 33 | 457 | 110 | 53 |
| Binary | 10111011 | 11111 | 10110011 | 0 | 1010011 | 100 | 11011 | 100101111 | 1001000 | 101011 |
Color Harmonies of #BB1FB3
Complementary color
Monochromatic Colors of #BB1FB3
Black with #BB1FB3
Text Example
Text Example
White with #BB1FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1FB3; }
p { color: rgb(187,31,179); }
H1.HeaderClassName
{
color: #BB1FB3;
}
.AnyTagClassName
{
color: #BB1FB3;
}
</style>
background-color css
<style>
a { background-color: #BB1FB3; }
a { background-color: rgb(187,31,179); }
div.DivClassName
{
background-color: #BB1FB3;
}
.BgClassName
{
background-color: #BB1FB3;
}
</style>
border-color css
<style>
span { border-color: #BB1FB3; }
span { border-color: rgb(187,31,179); }
td.TdClassName
{
border-color: #BB1FB3;
}
.TagClassName
{
border-color: #BB1FB3;
}
</style>