Shades of Medium Violet Red #B413A8
Tints of Medium Violet Red #B413A8
RGB
CMYK
RGB Variations
Color information
#B413A8 (or 0xB413A8) is known color: Medium Violet Red. HEX triplet: B4, 13 and A8. RGB value is (180,19,168). Sum of RGB (Red+Green+Blue) = 180+19+168=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 168 (66.02% from 255 or 45.78% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B413A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B413A8 is #4BEC57. Grayscale: #535353. Windows color (decimal): -4975704 or 11015092. OLE color: 11015092.
HSL color Cylindrical-coordinate representation of color #B413A8: hue angle of 304.47º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B413A8 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 168 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.29 |
| HSL | 304.47º | 0.81% | 0.39% | - |
| HSV(B) | 304.47º | 0.89% | 0.71% | - |
| XYZ | 26.12 | 13 | 38.18 | - |
| YUV | 84.13 | 175.34 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 168 | 0 | 0.89 | 0.07 | 0.29 | 304.47 | 0.81 | 0.39 |
| Hex | B4 | 13 | A8 | 0 | 59 | 7 | 1D | 130 | 51 | 27 |
| Octal | 264 | 23 | 250 | 0 | 131 | 7 | 35 | 460 | 121 | 47 |
| Binary | 10110100 | 10011 | 10101000 | 0 | 1011001 | 111 | 11101 | 100110000 | 1010001 | 100111 |
Color Harmonies of #B413A8
Complementary color
Monochromatic Colors of #B413A8
Black with #B413A8
Text Example
Text Example
White with #B413A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B413A8; }
p { color: rgb(180,19,168); }
H1.HeaderClassName
{
color: #B413A8;
}
.AnyTagClassName
{
color: #B413A8;
}
</style>
background-color css
<style>
a { background-color: #B413A8; }
a { background-color: rgb(180,19,168); }
div.DivClassName
{
background-color: #B413A8;
}
.BgClassName
{
background-color: #B413A8;
}
</style>
border-color css
<style>
span { border-color: #B413A8; }
span { border-color: rgb(180,19,168); }
td.TdClassName
{
border-color: #B413A8;
}
.TagClassName
{
border-color: #B413A8;
}
</style>