Shades of Deep Magenta #B810B7
Tints of Deep Magenta #B810B7
RGB
CMYK
RGB Variations
Color information
#B810B7 (or 0xB810B7) is known color: Deep Magenta. HEX triplet: B8, 10 and B7. RGB value is (184,16,183). Sum of RGB (Red+Green+Blue) = 184+16+183=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 183 (71.88% from 255 or 47.78% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B810B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B810B7 is #47EF48. Grayscale: #545454. Windows color (decimal): -4714313 or 11997368. OLE color: 11997368.
HSL color Cylindrical-coordinate representation of color #B810B7: hue angle of 300.36º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B810B7 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 183 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.28 |
| HSL | 300.36º | 0.84% | 0.39% | - |
| HSV(B) | 300.36º | 0.91% | 0.72% | - |
| XYZ | 28.5 | 13.98 | 46 | - |
| YUV | 85.27 | 183.16 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 183 | 0 | 0.91 | 0.01 | 0.28 | 300.36 | 0.84 | 0.39 |
| Hex | B8 | 10 | B7 | 0 | 5B | 1 | 1C | 12C | 54 | 27 |
| Octal | 270 | 20 | 267 | 0 | 133 | 1 | 34 | 454 | 124 | 47 |
| Binary | 10111000 | 10000 | 10110111 | 0 | 1011011 | 1 | 11100 | 100101100 | 1010100 | 100111 |
Color Harmonies of #B810B7
Complementary color
Monochromatic Colors of #B810B7
Black with #B810B7
Text Example
Text Example
White with #B810B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B810B7; }
p { color: rgb(184,16,183); }
H1.HeaderClassName
{
color: #B810B7;
}
.AnyTagClassName
{
color: #B810B7;
}
</style>
background-color css
<style>
a { background-color: #B810B7; }
a { background-color: rgb(184,16,183); }
div.DivClassName
{
background-color: #B810B7;
}
.BgClassName
{
background-color: #B810B7;
}
</style>
border-color css
<style>
span { border-color: #B810B7; }
span { border-color: rgb(184,16,183); }
td.TdClassName
{
border-color: #B810B7;
}
.TagClassName
{
border-color: #B810B7;
}
</style>