Shades of Deep Magenta #B919B3
Tints of Deep Magenta #B919B3
RGB
CMYK
RGB Variations
Color information
#B919B3 (or 0xB919B3) is known color: Deep Magenta. HEX triplet: B9, 19 and B3. RGB value is (185,25,179). Sum of RGB (Red+Green+Blue) = 185+25+179=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B919B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B919B3 is #46E64C. Grayscale: #595959. Windows color (decimal): -4646477 or 11737529. OLE color: 11737529.
HSL color Cylindrical-coordinate representation of color #B919B3: hue angle of 302.25º 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 #B919B3 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 179 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.27 |
| HSL | 302.25º | 0.76% | 0.41% | - |
| HSV(B) | 302.25º | 0.86% | 0.73% | - |
| XYZ | 28.49 | 14.26 | 43.9 | - |
| YUV | 90.4 | 178.01 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 179 | 0 | 0.86 | 0.03 | 0.27 | 302.25 | 0.76 | 0.41 |
| Hex | B9 | 19 | B3 | 0 | 56 | 3 | 1B | 12E | 4C | 29 |
| Octal | 271 | 31 | 263 | 0 | 126 | 3 | 33 | 456 | 114 | 51 |
| Binary | 10111001 | 11001 | 10110011 | 0 | 1010110 | 11 | 11011 | 100101110 | 1001100 | 101001 |
Color Harmonies of #B919B3
Complementary color
Monochromatic Colors of #B919B3
Black with #B919B3
Text Example
Text Example
White with #B919B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B919B3; }
p { color: rgb(185,25,179); }
H1.HeaderClassName
{
color: #B919B3;
}
.AnyTagClassName
{
color: #B919B3;
}
</style>
background-color css
<style>
a { background-color: #B919B3; }
a { background-color: rgb(185,25,179); }
div.DivClassName
{
background-color: #B919B3;
}
.BgClassName
{
background-color: #B919B3;
}
</style>
border-color css
<style>
span { border-color: #B919B3; }
span { border-color: rgb(185,25,179); }
td.TdClassName
{
border-color: #B919B3;
}
.TagClassName
{
border-color: #B919B3;
}
</style>