Shades of Deep Magenta #BB1BBF
Tints of Deep Magenta #BB1BBF
RGB
CMYK
RGB Variations
Color information
#BB1BBF (or 0xBB1BBF) is known color: Deep Magenta. HEX triplet: BB, 1B and BF. RGB value is (187,27,191). Sum of RGB (Red+Green+Blue) = 187+27+191=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB1BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1BBF is #44E440. Grayscale: #5D5D5D. Windows color (decimal): -4514881 or 12524475. OLE color: 12524475.
HSL color Cylindrical-coordinate representation of color #BB1BBF: hue angle of 298.54º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1BBF is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 27 | 191 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.25 |
| HSL | 298.54º | 0.75% | 0.43% | - |
| HSV(B) | 298.54º | 0.86% | 0.75% | - |
| XYZ | 30.29 | 15.11 | 50.61 | - |
| YUV | 93.54 | 183.01 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 191 | 0.02 | 0.86 | 0 | 0.25 | 298.54 | 0.75 | 0.43 |
| Hex | BB | 1B | BF | 2 | 56 | 0 | 19 | 12B | 4B | 2B |
| Octal | 273 | 33 | 277 | 2 | 126 | 0 | 31 | 453 | 113 | 53 |
| Binary | 10111011 | 11011 | 10111111 | 10 | 1010110 | 0 | 11001 | 100101011 | 1001011 | 101011 |
Color Harmonies of #BB1BBF
Complementary color
Monochromatic Colors of #BB1BBF
Black with #BB1BBF
Text Example
Text Example
White with #BB1BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1BBF; }
p { color: rgb(187,27,191); }
H1.HeaderClassName
{
color: #BB1BBF;
}
.AnyTagClassName
{
color: #BB1BBF;
}
</style>
background-color css
<style>
a { background-color: #BB1BBF; }
a { background-color: rgb(187,27,191); }
div.DivClassName
{
background-color: #BB1BBF;
}
.BgClassName
{
background-color: #BB1BBF;
}
</style>
border-color css
<style>
span { border-color: #BB1BBF; }
span { border-color: rgb(187,27,191); }
td.TdClassName
{
border-color: #BB1BBF;
}
.TagClassName
{
border-color: #BB1BBF;
}
</style>