Shades of Deep Magenta #B810D3
Tints of Deep Magenta #B810D3
RGB
CMYK
RGB Variations
Color information
#B810D3 (or 0xB810D3) is known color: Deep Magenta. HEX triplet: B8, 10 and D3. RGB value is (184,16,211). Sum of RGB (Red+Green+Blue) = 184+16+211=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 211 (82.81% from 255 or 51.34% from 411); Max value from RGB is 211 - color contains mainly: blue. Hex color #B810D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B810D3 is #47EF2C. Grayscale: #575757. Windows color (decimal): -4714285 or 13832376. OLE color: 13832376.
HSL color Cylindrical-coordinate representation of color #B810D3: hue angle of 291.69º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B810D3 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 16 | 211 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.17 |
| HSL | 291.69º | 0.86% | 0.45% | - |
| HSV(B) | 291.69º | 0.92% | 0.83% | - |
| XYZ | 31.71 | 15.26 | 62.9 | - |
| YUV | 88.46 | 197.16 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 211 | 0.13 | 0.92 | 0 | 0.17 | 291.69 | 0.86 | 0.45 |
| Hex | B8 | 10 | D3 | D | 5C | 0 | 11 | 124 | 56 | 2D |
| Octal | 270 | 20 | 323 | 15 | 134 | 0 | 21 | 444 | 126 | 55 |
| Binary | 10111000 | 10000 | 11010011 | 1101 | 1011100 | 0 | 10001 | 100100100 | 1010110 | 101101 |
Color Harmonies of #B810D3
Complementary color
Monochromatic Colors of #B810D3
Black with #B810D3
Text Example
Text Example
White with #B810D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B810D3; }
p { color: rgb(184,16,211); }
H1.HeaderClassName
{
color: #B810D3;
}
.AnyTagClassName
{
color: #B810D3;
}
</style>
background-color css
<style>
a { background-color: #B810D3; }
a { background-color: rgb(184,16,211); }
div.DivClassName
{
background-color: #B810D3;
}
.BgClassName
{
background-color: #B810D3;
}
</style>
border-color css
<style>
span { border-color: #B810D3; }
span { border-color: rgb(184,16,211); }
td.TdClassName
{
border-color: #B810D3;
}
.TagClassName
{
border-color: #B810D3;
}
</style>