Shades of Deep Magenta #B910CE
Tints of Deep Magenta #B910CE
RGB
CMYK
RGB Variations
Color information
#B910CE (or 0xB910CE) is known color: Deep Magenta. HEX triplet: B9, 10 and CE. RGB value is (185,16,206). Sum of RGB (Red+Green+Blue) = 185+16+206=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #B910CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B910CE is #46EF31. Grayscale: #575757. Windows color (decimal): -4648754 or 13504697. OLE color: 13504697.
HSL color Cylindrical-coordinate representation of color #B910CE: hue angle of 293.37º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B910CE is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 16 | 206 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.19 |
| HSL | 293.37º | 0.86% | 0.44% | - |
| HSV(B) | 293.37º | 0.92% | 0.81% | - |
| XYZ | 31.33 | 15.14 | 59.66 | - |
| YUV | 88.19 | 194.49 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 206 | 0.10 | 0.92 | 0 | 0.19 | 293.37 | 0.86 | 0.44 |
| Hex | B9 | 10 | CE | A | 5C | 0 | 13 | 125 | 56 | 2C |
| Octal | 271 | 20 | 316 | 12 | 134 | 0 | 23 | 445 | 126 | 54 |
| Binary | 10111001 | 10000 | 11001110 | 1010 | 1011100 | 0 | 10011 | 100100101 | 1010110 | 101100 |
Color Harmonies of #B910CE
Complementary color
Monochromatic Colors of #B910CE
Black with #B910CE
Text Example
Text Example
White with #B910CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B910CE; }
p { color: rgb(185,16,206); }
H1.HeaderClassName
{
color: #B910CE;
}
.AnyTagClassName
{
color: #B910CE;
}
</style>
background-color css
<style>
a { background-color: #B910CE; }
a { background-color: rgb(185,16,206); }
div.DivClassName
{
background-color: #B910CE;
}
.BgClassName
{
background-color: #B910CE;
}
</style>
border-color css
<style>
span { border-color: #B910CE; }
span { border-color: rgb(185,16,206); }
td.TdClassName
{
border-color: #B910CE;
}
.TagClassName
{
border-color: #B910CE;
}
</style>