Shades of Medium Violet Red #B015A2
Tints of Medium Violet Red #B015A2
RGB
CMYK
RGB Variations
Color information
#B015A2 (or 0xB015A2) is known color: Medium Violet Red. HEX triplet: B0, 15 and A2. RGB value is (176,21,162). Sum of RGB (Red+Green+Blue) = 176+21+162=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B015A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B015A2 is #4FEA5D. Grayscale: #535353. Windows color (decimal): -5237342 or 10622384. OLE color: 10622384.
HSL color Cylindrical-coordinate representation of color #B015A2: hue angle of 305.42º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B015A2 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 21 | 162 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.31 |
| HSL | 305.42º | 0.79% | 0.39% | - |
| HSV(B) | 305.42º | 0.88% | 0.69% | - |
| XYZ | 24.69 | 12.38 | 35.27 | - |
| YUV | 83.42 | 172.35 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 162 | 0 | 0.88 | 0.08 | 0.31 | 305.42 | 0.79 | 0.39 |
| Hex | B0 | 15 | A2 | 0 | 58 | 8 | 1F | 131 | 4F | 27 |
| Octal | 260 | 25 | 242 | 0 | 130 | 10 | 37 | 461 | 117 | 47 |
| Binary | 10110000 | 10101 | 10100010 | 0 | 1011000 | 1000 | 11111 | 100110001 | 1001111 | 100111 |
Color Harmonies of #B015A2
Complementary color
Monochromatic Colors of #B015A2
Black with #B015A2
Text Example
Text Example
White with #B015A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015A2; }
p { color: rgb(176,21,162); }
H1.HeaderClassName
{
color: #B015A2;
}
.AnyTagClassName
{
color: #B015A2;
}
</style>
background-color css
<style>
a { background-color: #B015A2; }
a { background-color: rgb(176,21,162); }
div.DivClassName
{
background-color: #B015A2;
}
.BgClassName
{
background-color: #B015A2;
}
</style>
border-color css
<style>
span { border-color: #B015A2; }
span { border-color: rgb(176,21,162); }
td.TdClassName
{
border-color: #B015A2;
}
.TagClassName
{
border-color: #B015A2;
}
</style>