Shades of Deep Magenta #BB1ED8
Tints of Deep Magenta #BB1ED8
RGB
CMYK
RGB Variations
Color information
#BB1ED8 (or 0xBB1ED8) is known color: Deep Magenta. HEX triplet: BB, 1E and D8. RGB value is (187,30,216). Sum of RGB (Red+Green+Blue) = 187+30+216=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 216 (84.77% from 255 or 49.88% from 433); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB1ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1ED8 is #44E127. Grayscale: #616161. Windows color (decimal): -4514088 or 14163643. OLE color: 14163643.
HSL color Cylindrical-coordinate representation of color #BB1ED8: hue angle of 290.65º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1ED8 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 187 | 30 | 216 | - |
CMYK | 0.13 | 0.86 | 0 | 0.15 |
HSL | 290.65º | 0.76% | 0.48% | - |
HSV(B) | 290.65º | 0.86% | 0.85% | - |
XYZ | 33.35 | 16.45 | 66.38 | - |
YUV | 98.15 | 194.51 | 191.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 30 | 216 | 0.13 | 0.86 | 0 | 0.15 | 290.65 | 0.76 | 0.48 |
Hex | BB | 1E | D8 | D | 56 | 0 | F | 123 | 4C | 30 |
Octal | 273 | 36 | 330 | 15 | 126 | 0 | 17 | 443 | 114 | 60 |
Binary | 10111011 | 11110 | 11011000 | 1101 | 1010110 | 0 | 1111 | 100100011 | 1001100 | 110000 |
Color Harmonies of #BB1ED8
Complementary color
Monochromatic Colors of #BB1ED8
Black with #BB1ED8
Text Example
Text Example
White with #BB1ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1ED8; }
p { color: rgb(187,30,216); }
H1.HeaderClassName
{
color: #BB1ED8;
}
.AnyTagClassName
{
color: #BB1ED8;
}
</style>
background-color css
<style>
a { background-color: #BB1ED8; }
a { background-color: rgb(187,30,216); }
div.DivClassName
{
background-color: #BB1ED8;
}
.BgClassName
{
background-color: #BB1ED8;
}
</style>
border-color css
<style>
span { border-color: #BB1ED8; }
span { border-color: rgb(187,30,216); }
td.TdClassName
{
border-color: #BB1ED8;
}
.TagClassName
{
border-color: #BB1ED8;
}
</style>