Shades of Deep Magenta #B710C9
Tints of Deep Magenta #B710C9
RGB
CMYK
RGB Variations
Color information
#B710C9 (or 0xB710C9) is known color: Deep Magenta. HEX triplet: B7, 10 and C9. RGB value is (183,16,201). Sum of RGB (Red+Green+Blue) = 183+16+201=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 201 (78.91% from 255 or 50.25% from 400); Max value from RGB is 201 - color contains mainly: blue. Hex color #B710C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B710C9 is #48EF36. Grayscale: #565656. Windows color (decimal): -4779831 or 13177015. OLE color: 13177015.
HSL color Cylindrical-coordinate representation of color #B710C9: hue angle of 294.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B710C9 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 16 | 201 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.21 |
| HSL | 294.16º | 0.85% | 0.43% | - |
| HSV(B) | 294.16º | 0.92% | 0.79% | - |
| XYZ | 30.26 | 14.65 | 56.49 | - |
| YUV | 87.02 | 192.33 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 201 | 0.09 | 0.92 | 0 | 0.21 | 294.16 | 0.85 | 0.43 |
| Hex | B7 | 10 | C9 | 9 | 5C | 0 | 15 | 126 | 55 | 2B |
| Octal | 267 | 20 | 311 | 11 | 134 | 0 | 25 | 446 | 125 | 53 |
| Binary | 10110111 | 10000 | 11001001 | 1001 | 1011100 | 0 | 10101 | 100100110 | 1010101 | 101011 |
Color Harmonies of #B710C9
Complementary color
Monochromatic Colors of #B710C9
Black with #B710C9
Text Example
Text Example
White with #B710C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B710C9; }
p { color: rgb(183,16,201); }
H1.HeaderClassName
{
color: #B710C9;
}
.AnyTagClassName
{
color: #B710C9;
}
</style>
background-color css
<style>
a { background-color: #B710C9; }
a { background-color: rgb(183,16,201); }
div.DivClassName
{
background-color: #B710C9;
}
.BgClassName
{
background-color: #B710C9;
}
</style>
border-color css
<style>
span { border-color: #B710C9; }
span { border-color: rgb(183,16,201); }
td.TdClassName
{
border-color: #B710C9;
}
.TagClassName
{
border-color: #B710C9;
}
</style>