Shades of Medium Violet Red #B014A8
Tints of Medium Violet Red #B014A8
RGB
CMYK
RGB Variations
Color information
#B014A8 (or 0xB014A8) is known color: Medium Violet Red. HEX triplet: B0, 14 and A8. RGB value is (176,20,168). Sum of RGB (Red+Green+Blue) = 176+20+168=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 168 (66.02% from 255 or 46.15% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B014A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B014A8 is #4FEB57. Grayscale: #535353. Windows color (decimal): -5237592 or 11015344. OLE color: 11015344.
HSL color Cylindrical-coordinate representation of color #B014A8: hue angle of 303.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B014A8 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 20 | 168 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.31 |
| HSL | 303.08º | 0.8% | 0.38% | - |
| HSV(B) | 303.08º | 0.89% | 0.69% | - |
| XYZ | 25.22 | 12.56 | 38.14 | - |
| YUV | 83.52 | 175.68 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 168 | 0 | 0.89 | 0.05 | 0.31 | 303.08 | 0.8 | 0.38 |
| Hex | B0 | 14 | A8 | 0 | 59 | 5 | 1F | 12F | 50 | 26 |
| Octal | 260 | 24 | 250 | 0 | 131 | 5 | 37 | 457 | 120 | 46 |
| Binary | 10110000 | 10100 | 10101000 | 0 | 1011001 | 101 | 11111 | 100101111 | 1010000 | 100110 |
Color Harmonies of #B014A8
Complementary color
Monochromatic Colors of #B014A8
Black with #B014A8
Text Example
Text Example
White with #B014A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B014A8; }
p { color: rgb(176,20,168); }
H1.HeaderClassName
{
color: #B014A8;
}
.AnyTagClassName
{
color: #B014A8;
}
</style>
background-color css
<style>
a { background-color: #B014A8; }
a { background-color: rgb(176,20,168); }
div.DivClassName
{
background-color: #B014A8;
}
.BgClassName
{
background-color: #B014A8;
}
</style>
border-color css
<style>
span { border-color: #B014A8; }
span { border-color: rgb(176,20,168); }
td.TdClassName
{
border-color: #B014A8;
}
.TagClassName
{
border-color: #B014A8;
}
</style>