Shades of Deep Magenta #B91FD3
Tints of Deep Magenta #B91FD3
RGB
CMYK
RGB Variations
Color information
#B91FD3 (or 0xB91FD3) is known color: Deep Magenta. HEX triplet: B9, 1F and D3. RGB value is (185,31,211). Sum of RGB (Red+Green+Blue) = 185+31+211=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 211 (82.81% from 255 or 49.41% from 427); Max value from RGB is 211 - color contains mainly: blue. Hex color #B91FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91FD3 is #46E02C. Grayscale: #616161. Windows color (decimal): -4644909 or 13836217. OLE color: 13836217.
HSL color Cylindrical-coordinate representation of color #B91FD3: hue angle of 291.33º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91FD3 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 31 | 211 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.17 |
| HSL | 291.33º | 0.74% | 0.47% | - |
| HSV(B) | 291.33º | 0.85% | 0.83% | - |
| XYZ | 32.26 | 16 | 63.02 | - |
| YUV | 97.57 | 192.02 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 211 | 0.12 | 0.85 | 0 | 0.17 | 291.33 | 0.74 | 0.47 |
| Hex | B9 | 1F | D3 | C | 55 | 0 | 11 | 123 | 4A | 2F |
| Octal | 271 | 37 | 323 | 14 | 125 | 0 | 21 | 443 | 112 | 57 |
| Binary | 10111001 | 11111 | 11010011 | 1100 | 1010101 | 0 | 10001 | 100100011 | 1001010 | 101111 |
Color Harmonies of #B91FD3
Complementary color
Monochromatic Colors of #B91FD3
Black with #B91FD3
Text Example
Text Example
White with #B91FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91FD3; }
p { color: rgb(185,31,211); }
H1.HeaderClassName
{
color: #B91FD3;
}
.AnyTagClassName
{
color: #B91FD3;
}
</style>
background-color css
<style>
a { background-color: #B91FD3; }
a { background-color: rgb(185,31,211); }
div.DivClassName
{
background-color: #B91FD3;
}
.BgClassName
{
background-color: #B91FD3;
}
</style>
border-color css
<style>
span { border-color: #B91FD3; }
span { border-color: rgb(185,31,211); }
td.TdClassName
{
border-color: #B91FD3;
}
.TagClassName
{
border-color: #B91FD3;
}
</style>