Shades of Deep Magenta #B813B7
Tints of Deep Magenta #B813B7
RGB
CMYK
RGB Variations
Color information
#B813B7 (or 0xB813B7) is known color: Deep Magenta. HEX triplet: B8, 13 and B7. RGB value is (184,19,183). Sum of RGB (Red+Green+Blue) = 184+19+183=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B813B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B813B7 is #47EC48. Grayscale: #565656. Windows color (decimal): -4713545 or 11998136. OLE color: 11998136.
HSL color Cylindrical-coordinate representation of color #B813B7: hue angle of 300.36º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B813B7 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 183 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.28 |
| HSL | 300.36º | 0.81% | 0.4% | - |
| HSV(B) | 300.36º | 0.9% | 0.72% | - |
| XYZ | 28.55 | 14.07 | 46.01 | - |
| YUV | 87.03 | 182.16 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 183 | 0 | 0.90 | 0.01 | 0.28 | 300.36 | 0.81 | 0.4 |
| Hex | B8 | 13 | B7 | 0 | 5A | 1 | 1C | 12C | 51 | 28 |
| Octal | 270 | 23 | 267 | 0 | 132 | 1 | 34 | 454 | 121 | 50 |
| Binary | 10111000 | 10011 | 10110111 | 0 | 1011010 | 1 | 11100 | 100101100 | 1010001 | 101000 |
Color Harmonies of #B813B7
Complementary color
Monochromatic Colors of #B813B7
Black with #B813B7
Text Example
Text Example
White with #B813B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B813B7; }
p { color: rgb(184,19,183); }
H1.HeaderClassName
{
color: #B813B7;
}
.AnyTagClassName
{
color: #B813B7;
}
</style>
background-color css
<style>
a { background-color: #B813B7; }
a { background-color: rgb(184,19,183); }
div.DivClassName
{
background-color: #B813B7;
}
.BgClassName
{
background-color: #B813B7;
}
</style>
border-color css
<style>
span { border-color: #B813B7; }
span { border-color: rgb(184,19,183); }
td.TdClassName
{
border-color: #B813B7;
}
.TagClassName
{
border-color: #B813B7;
}
</style>