Shades of Deep Magenta #B910C6
Tints of Deep Magenta #B910C6
RGB
CMYK
RGB Variations
Color information
#B910C6 (or 0xB910C6) is known color: Deep Magenta. HEX triplet: B9, 10 and C6. RGB value is (185,16,198). Sum of RGB (Red+Green+Blue) = 185+16+198=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 198 (77.73% from 255 or 49.62% from 399); Max value from RGB is 198 - color contains mainly: blue. Hex color #B910C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B910C6 is #46EF39. Grayscale: #565656. Windows color (decimal): -4648762 or 12980409. OLE color: 12980409.
HSL color Cylindrical-coordinate representation of color #B910C6: hue angle of 295.71º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B910C6 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 16 | 198 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.22 |
| HSL | 295.71º | 0.85% | 0.42% | - |
| HSV(B) | 295.71º | 0.92% | 0.78% | - |
| XYZ | 30.39 | 14.76 | 54.67 | - |
| YUV | 87.28 | 190.49 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 198 | 0.07 | 0.92 | 0 | 0.22 | 295.71 | 0.85 | 0.42 |
| Hex | B9 | 10 | C6 | 7 | 5C | 0 | 16 | 128 | 55 | 2A |
| Octal | 271 | 20 | 306 | 7 | 134 | 0 | 26 | 450 | 125 | 52 |
| Binary | 10111001 | 10000 | 11000110 | 111 | 1011100 | 0 | 10110 | 100101000 | 1010101 | 101010 |
Color Harmonies of #B910C6
Complementary color
Monochromatic Colors of #B910C6
Black with #B910C6
Text Example
Text Example
White with #B910C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B910C6; }
p { color: rgb(185,16,198); }
H1.HeaderClassName
{
color: #B910C6;
}
.AnyTagClassName
{
color: #B910C6;
}
</style>
background-color css
<style>
a { background-color: #B910C6; }
a { background-color: rgb(185,16,198); }
div.DivClassName
{
background-color: #B910C6;
}
.BgClassName
{
background-color: #B910C6;
}
</style>
border-color css
<style>
span { border-color: #B910C6; }
span { border-color: rgb(185,16,198); }
td.TdClassName
{
border-color: #B910C6;
}
.TagClassName
{
border-color: #B910C6;
}
</style>