Shades of Medium Violet Red #B813A8
Tints of Medium Violet Red #B813A8
RGB
CMYK
RGB Variations
Color information
#B813A8 (or 0xB813A8) is known color: Medium Violet Red. HEX triplet: B8, 13 and A8. RGB value is (184,19,168). Sum of RGB (Red+Green+Blue) = 184+19+168=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B813A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B813A8 is #47EC57. Grayscale: #545454. Windows color (decimal): -4713560 or 11015096. OLE color: 11015096.
HSL color Cylindrical-coordinate representation of color #B813A8: hue angle of 305.82º 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 #B813A8 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 168 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.28 |
| HSL | 305.82º | 0.81% | 0.4% | - |
| HSV(B) | 305.82º | 0.9% | 0.72% | - |
| XYZ | 27.07 | 13.48 | 38.22 | - |
| YUV | 85.32 | 174.66 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 168 | 0 | 0.90 | 0.09 | 0.28 | 305.82 | 0.81 | 0.4 |
| Hex | B8 | 13 | A8 | 0 | 5A | 9 | 1C | 132 | 51 | 28 |
| Octal | 270 | 23 | 250 | 0 | 132 | 11 | 34 | 462 | 121 | 50 |
| Binary | 10111000 | 10011 | 10101000 | 0 | 1011010 | 1001 | 11100 | 100110010 | 1010001 | 101000 |
Color Harmonies of #B813A8
Complementary color
Monochromatic Colors of #B813A8
Black with #B813A8
Text Example
Text Example
White with #B813A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B813A8; }
p { color: rgb(184,19,168); }
H1.HeaderClassName
{
color: #B813A8;
}
.AnyTagClassName
{
color: #B813A8;
}
</style>
background-color css
<style>
a { background-color: #B813A8; }
a { background-color: rgb(184,19,168); }
div.DivClassName
{
background-color: #B813A8;
}
.BgClassName
{
background-color: #B813A8;
}
</style>
border-color css
<style>
span { border-color: #B813A8; }
span { border-color: rgb(184,19,168); }
td.TdClassName
{
border-color: #B813A8;
}
.TagClassName
{
border-color: #B813A8;
}
</style>