Shades of Deep Magenta #B91ADF
Tints of Deep Magenta #B91ADF
RGB
CMYK
RGB Variations
Color information
#B91ADF (or 0xB91ADF) is known color: Deep Magenta. HEX triplet: B9, 1A and DF. RGB value is (185,26,223). Sum of RGB (Red+Green+Blue) = 185+26+223=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #B91ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91ADF is #46E520. Grayscale: #5F5F5F. Windows color (decimal): -4646177 or 14621369. OLE color: 14621369.
HSL color Cylindrical-coordinate representation of color #B91ADF: hue angle of 288.43º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91ADF is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 26 | 223 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.13 |
| HSL | 288.43º | 0.79% | 0.49% | - |
| HSV(B) | 288.43º | 0.88% | 0.87% | - |
| XYZ | 33.7 | 16.38 | 71.2 | - |
| YUV | 96 | 199.68 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 26 | 223 | 0.17 | 0.88 | 0 | 0.13 | 288.43 | 0.79 | 0.49 |
| Hex | B9 | 1A | DF | 11 | 58 | 0 | D | 120 | 4F | 31 |
| Octal | 271 | 32 | 337 | 21 | 130 | 0 | 15 | 440 | 117 | 61 |
| Binary | 10111001 | 11010 | 11011111 | 10001 | 1011000 | 0 | 1101 | 100100000 | 1001111 | 110001 |
Color Harmonies of #B91ADF
Complementary color
Monochromatic Colors of #B91ADF
Black with #B91ADF
Text Example
Text Example
White with #B91ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91ADF; }
p { color: rgb(185,26,223); }
H1.HeaderClassName
{
color: #B91ADF;
}
.AnyTagClassName
{
color: #B91ADF;
}
</style>
background-color css
<style>
a { background-color: #B91ADF; }
a { background-color: rgb(185,26,223); }
div.DivClassName
{
background-color: #B91ADF;
}
.BgClassName
{
background-color: #B91ADF;
}
</style>
border-color css
<style>
span { border-color: #B91ADF; }
span { border-color: rgb(185,26,223); }
td.TdClassName
{
border-color: #B91ADF;
}
.TagClassName
{
border-color: #B91ADF;
}
</style>