Shades of Deep Magenta #B91AD3
Tints of Deep Magenta #B91AD3
RGB
CMYK
RGB Variations
Color information
#B91AD3 (or 0xB91AD3) is known color: Deep Magenta. HEX triplet: B9, 1A and D3. RGB value is (185,26,211). Sum of RGB (Red+Green+Blue) = 185+26+211=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 211 (82.81% from 255 or 50% from 422); Max value from RGB is 211 - color contains mainly: blue. Hex color #B91AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91AD3 is #46E52C. Grayscale: #5E5E5E. Windows color (decimal): -4646189 or 13834937. OLE color: 13834937.
HSL color Cylindrical-coordinate representation of color #B91AD3: hue angle of 291.57º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91AD3 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 26 | 211 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.17 |
| HSL | 291.57º | 0.78% | 0.46% | - |
| HSV(B) | 291.57º | 0.88% | 0.83% | - |
| XYZ | 32.13 | 15.76 | 62.98 | - |
| YUV | 94.63 | 193.68 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 26 | 211 | 0.12 | 0.88 | 0 | 0.17 | 291.57 | 0.78 | 0.46 |
| Hex | B9 | 1A | D3 | C | 58 | 0 | 11 | 124 | 4E | 2E |
| Octal | 271 | 32 | 323 | 14 | 130 | 0 | 21 | 444 | 116 | 56 |
| Binary | 10111001 | 11010 | 11010011 | 1100 | 1011000 | 0 | 10001 | 100100100 | 1001110 | 101110 |
Color Harmonies of #B91AD3
Complementary color
Monochromatic Colors of #B91AD3
Black with #B91AD3
Text Example
Text Example
White with #B91AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91AD3; }
p { color: rgb(185,26,211); }
H1.HeaderClassName
{
color: #B91AD3;
}
.AnyTagClassName
{
color: #B91AD3;
}
</style>
background-color css
<style>
a { background-color: #B91AD3; }
a { background-color: rgb(185,26,211); }
div.DivClassName
{
background-color: #B91AD3;
}
.BgClassName
{
background-color: #B91AD3;
}
</style>
border-color css
<style>
span { border-color: #B91AD3; }
span { border-color: rgb(185,26,211); }
td.TdClassName
{
border-color: #B91AD3;
}
.TagClassName
{
border-color: #B91AD3;
}
</style>