Shades of Deep Magenta #B919B2
Tints of Deep Magenta #B919B2
RGB
CMYK
RGB Variations
Color information
#B919B2 (or 0xB919B2) is known color: Deep Magenta. HEX triplet: B9, 19 and B2. RGB value is (185,25,178). Sum of RGB (Red+Green+Blue) = 185+25+178=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B919B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B919B2 is #46E64D. Grayscale: #595959. Windows color (decimal): -4646478 or 11671993. OLE color: 11671993.
HSL color Cylindrical-coordinate representation of color #B919B2: hue angle of 302.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B919B2 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 178 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.27 |
| HSL | 302.63º | 0.76% | 0.41% | - |
| HSV(B) | 302.63º | 0.86% | 0.73% | - |
| XYZ | 28.39 | 14.22 | 43.37 | - |
| YUV | 90.28 | 177.51 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 178 | 0 | 0.86 | 0.04 | 0.27 | 302.63 | 0.76 | 0.41 |
| Hex | B9 | 19 | B2 | 0 | 56 | 4 | 1B | 12F | 4C | 29 |
| Octal | 271 | 31 | 262 | 0 | 126 | 4 | 33 | 457 | 114 | 51 |
| Binary | 10111001 | 11001 | 10110010 | 0 | 1010110 | 100 | 11011 | 100101111 | 1001100 | 101001 |
Color Harmonies of #B919B2
Complementary color
Monochromatic Colors of #B919B2
Black with #B919B2
Text Example
Text Example
White with #B919B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B919B2; }
p { color: rgb(185,25,178); }
H1.HeaderClassName
{
color: #B919B2;
}
.AnyTagClassName
{
color: #B919B2;
}
</style>
background-color css
<style>
a { background-color: #B919B2; }
a { background-color: rgb(185,25,178); }
div.DivClassName
{
background-color: #B919B2;
}
.BgClassName
{
background-color: #B919B2;
}
</style>
border-color css
<style>
span { border-color: #B919B2; }
span { border-color: rgb(185,25,178); }
td.TdClassName
{
border-color: #B919B2;
}
.TagClassName
{
border-color: #B919B2;
}
</style>