Shades of Deep Magenta #B919B7
Tints of Deep Magenta #B919B7
RGB
CMYK
RGB Variations
Color information
#B919B7 (or 0xB919B7) is known color: Deep Magenta. HEX triplet: B9, 19 and B7. RGB value is (185,25,183). Sum of RGB (Red+Green+Blue) = 185+25+183=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B919B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B919B7 is #46E648. Grayscale: #5A5A5A. Windows color (decimal): -4646473 or 11999673. OLE color: 11999673.
HSL color Cylindrical-coordinate representation of color #B919B7: hue angle of 300.75º 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 #B919B7 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 183 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.27 |
| HSL | 300.75º | 0.76% | 0.41% | - |
| HSV(B) | 300.75º | 0.86% | 0.73% | - |
| XYZ | 28.9 | 14.43 | 46.06 | - |
| YUV | 90.85 | 180.01 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 183 | 0 | 0.86 | 0.01 | 0.27 | 300.75 | 0.76 | 0.41 |
| Hex | B9 | 19 | B7 | 0 | 56 | 1 | 1B | 12D | 4C | 29 |
| Octal | 271 | 31 | 267 | 0 | 126 | 1 | 33 | 455 | 114 | 51 |
| Binary | 10111001 | 11001 | 10110111 | 0 | 1010110 | 1 | 11011 | 100101101 | 1001100 | 101001 |
Color Harmonies of #B919B7
Complementary color
Monochromatic Colors of #B919B7
Black with #B919B7
Text Example
Text Example
White with #B919B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B919B7; }
p { color: rgb(185,25,183); }
H1.HeaderClassName
{
color: #B919B7;
}
.AnyTagClassName
{
color: #B919B7;
}
</style>
background-color css
<style>
a { background-color: #B919B7; }
a { background-color: rgb(185,25,183); }
div.DivClassName
{
background-color: #B919B7;
}
.BgClassName
{
background-color: #B919B7;
}
</style>
border-color css
<style>
span { border-color: #B919B7; }
span { border-color: rgb(185,25,183); }
td.TdClassName
{
border-color: #B919B7;
}
.TagClassName
{
border-color: #B919B7;
}
</style>