Shades of Deep Magenta #B91BCF
Tints of Deep Magenta #B91BCF
RGB
CMYK
RGB Variations
Color information
#B91BCF (or 0xB91BCF) is known color: Deep Magenta. HEX triplet: B9, 1B and CF. RGB value is (185,27,207). Sum of RGB (Red+Green+Blue) = 185+27+207=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 27 (10.94% from 255 or 6.44% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #B91BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91BCF is #46E430. Grayscale: #5E5E5E. Windows color (decimal): -4645937 or 13573049. OLE color: 13573049.
HSL color Cylindrical-coordinate representation of color #B91BCF: hue angle of 292.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91BCF is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 27 | 207 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.19 |
| HSL | 292.67º | 0.77% | 0.46% | - |
| HSV(B) | 292.67º | 0.87% | 0.81% | - |
| XYZ | 31.66 | 15.6 | 60.37 | - |
| YUV | 94.76 | 191.35 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 27 | 207 | 0.11 | 0.87 | 0 | 0.19 | 292.67 | 0.77 | 0.46 |
| Hex | B9 | 1B | CF | B | 57 | 0 | 13 | 125 | 4D | 2E |
| Octal | 271 | 33 | 317 | 13 | 127 | 0 | 23 | 445 | 115 | 56 |
| Binary | 10111001 | 11011 | 11001111 | 1011 | 1010111 | 0 | 10011 | 100100101 | 1001101 | 101110 |
Color Harmonies of #B91BCF
Complementary color
Monochromatic Colors of #B91BCF
Black with #B91BCF
Text Example
Text Example
White with #B91BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91BCF; }
p { color: rgb(185,27,207); }
H1.HeaderClassName
{
color: #B91BCF;
}
.AnyTagClassName
{
color: #B91BCF;
}
</style>
background-color css
<style>
a { background-color: #B91BCF; }
a { background-color: rgb(185,27,207); }
div.DivClassName
{
background-color: #B91BCF;
}
.BgClassName
{
background-color: #B91BCF;
}
</style>
border-color css
<style>
span { border-color: #B91BCF; }
span { border-color: rgb(185,27,207); }
td.TdClassName
{
border-color: #B91BCF;
}
.TagClassName
{
border-color: #B91BCF;
}
</style>