Shades of Deep Magenta #BB1BDF
Tints of Deep Magenta #BB1BDF
RGB
CMYK
RGB Variations
Color information
#BB1BDF (or 0xBB1BDF) is known color: Deep Magenta. HEX triplet: BB, 1B and DF. RGB value is (187,27,223). Sum of RGB (Red+Green+Blue) = 187+27+223=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 27 (10.94% from 255 or 6.18% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB1BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1BDF is #44E420. Grayscale: #606060. Windows color (decimal): -4514849 or 14621627. OLE color: 14621627.
HSL color Cylindrical-coordinate representation of color #BB1BDF: hue angle of 288.98º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1BDF is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 27 | 223 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.13 |
| HSL | 288.98º | 0.78% | 0.49% | - |
| HSV(B) | 288.98º | 0.88% | 0.87% | - |
| XYZ | 34.2 | 16.68 | 71.23 | - |
| YUV | 97.18 | 199.01 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 223 | 0.16 | 0.88 | 0 | 0.13 | 288.98 | 0.78 | 0.49 |
| Hex | BB | 1B | DF | 10 | 58 | 0 | D | 121 | 4E | 31 |
| Octal | 273 | 33 | 337 | 20 | 130 | 0 | 15 | 441 | 116 | 61 |
| Binary | 10111011 | 11011 | 11011111 | 10000 | 1011000 | 0 | 1101 | 100100001 | 1001110 | 110001 |
Color Harmonies of #BB1BDF
Complementary color
Monochromatic Colors of #BB1BDF
Black with #BB1BDF
Text Example
Text Example
White with #BB1BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1BDF; }
p { color: rgb(187,27,223); }
H1.HeaderClassName
{
color: #BB1BDF;
}
.AnyTagClassName
{
color: #BB1BDF;
}
</style>
background-color css
<style>
a { background-color: #BB1BDF; }
a { background-color: rgb(187,27,223); }
div.DivClassName
{
background-color: #BB1BDF;
}
.BgClassName
{
background-color: #BB1BDF;
}
</style>
border-color css
<style>
span { border-color: #BB1BDF; }
span { border-color: rgb(187,27,223); }
td.TdClassName
{
border-color: #BB1BDF;
}
.TagClassName
{
border-color: #BB1BDF;
}
</style>