Shades of Deep Magenta #B914BB
Tints of Deep Magenta #B914BB
RGB
CMYK
RGB Variations
Color information
#B914BB (or 0xB914BB) is known color: Deep Magenta. HEX triplet: B9, 14 and BB. RGB value is (185,20,187). Sum of RGB (Red+Green+Blue) = 185+20+187=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #B914BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B914BB is #46EB44. Grayscale: #575757. Windows color (decimal): -4647749 or 12260537. OLE color: 12260537.
HSL color Cylindrical-coordinate representation of color #B914BB: hue angle of 299.28º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B914BB is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 20 | 187 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.27 |
| HSL | 299.28º | 0.81% | 0.41% | - |
| HSV(B) | 299.28º | 0.89% | 0.73% | - |
| XYZ | 29.23 | 14.4 | 48.25 | - |
| YUV | 88.37 | 183.66 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 187 | 0.01 | 0.89 | 0 | 0.27 | 299.28 | 0.81 | 0.41 |
| Hex | B9 | 14 | BB | 1 | 59 | 0 | 1B | 12B | 51 | 29 |
| Octal | 271 | 24 | 273 | 1 | 131 | 0 | 33 | 453 | 121 | 51 |
| Binary | 10111001 | 10100 | 10111011 | 1 | 1011001 | 0 | 11011 | 100101011 | 1010001 | 101001 |
Color Harmonies of #B914BB
Complementary color
Monochromatic Colors of #B914BB
Black with #B914BB
Text Example
Text Example
White with #B914BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B914BB; }
p { color: rgb(185,20,187); }
H1.HeaderClassName
{
color: #B914BB;
}
.AnyTagClassName
{
color: #B914BB;
}
</style>
background-color css
<style>
a { background-color: #B914BB; }
a { background-color: rgb(185,20,187); }
div.DivClassName
{
background-color: #B914BB;
}
.BgClassName
{
background-color: #B914BB;
}
</style>
border-color css
<style>
span { border-color: #B914BB; }
span { border-color: rgb(185,20,187); }
td.TdClassName
{
border-color: #B914BB;
}
.TagClassName
{
border-color: #B914BB;
}
</style>