Shades of Deep Magenta #BB1FBC
Tints of Deep Magenta #BB1FBC
RGB
CMYK
RGB Variations
Color information
#BB1FBC (or 0xBB1FBC) is known color: Deep Magenta. HEX triplet: BB, 1F and BC. RGB value is (187,31,188). Sum of RGB (Red+Green+Blue) = 187+31+188=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB1FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1FBC is #44E043. Grayscale: #5F5F5F. Windows color (decimal): -4513860 or 12328891. OLE color: 12328891.
HSL color Cylindrical-coordinate representation of color #BB1FBC: hue angle of 299.62º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1FBC is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 31 | 188 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.26 |
| HSL | 299.62º | 0.72% | 0.43% | - |
| HSV(B) | 299.62º | 0.84% | 0.74% | - |
| XYZ | 30.06 | 15.18 | 48.92 | - |
| YUV | 95.54 | 180.18 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 31 | 188 | 0.01 | 0.84 | 0 | 0.26 | 299.62 | 0.72 | 0.43 |
| Hex | BB | 1F | BC | 1 | 54 | 0 | 1A | 12C | 48 | 2B |
| Octal | 273 | 37 | 274 | 1 | 124 | 0 | 32 | 454 | 110 | 53 |
| Binary | 10111011 | 11111 | 10111100 | 1 | 1010100 | 0 | 11010 | 100101100 | 1001000 | 101011 |
Color Harmonies of #BB1FBC
Complementary color
Monochromatic Colors of #BB1FBC
Black with #BB1FBC
Text Example
Text Example
White with #BB1FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1FBC; }
p { color: rgb(187,31,188); }
H1.HeaderClassName
{
color: #BB1FBC;
}
.AnyTagClassName
{
color: #BB1FBC;
}
</style>
background-color css
<style>
a { background-color: #BB1FBC; }
a { background-color: rgb(187,31,188); }
div.DivClassName
{
background-color: #BB1FBC;
}
.BgClassName
{
background-color: #BB1FBC;
}
</style>
border-color css
<style>
span { border-color: #BB1FBC; }
span { border-color: rgb(187,31,188); }
td.TdClassName
{
border-color: #BB1FBC;
}
.TagClassName
{
border-color: #BB1FBC;
}
</style>