Shades of Medium Violet Red #B01A9A
Tints of Medium Violet Red #B01A9A
RGB
CMYK
RGB Variations
Color information
#B01A9A (or 0xB01A9A) is known color: Medium Violet Red. HEX triplet: B0, 1A and 9A. RGB value is (176,26,154). Sum of RGB (Red+Green+Blue) = 176+26+154=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01A9A is #4FE565. Grayscale: #555555. Windows color (decimal): -5236070 or 10099376. OLE color: 10099376.
HSL color Cylindrical-coordinate representation of color #B01A9A: hue angle of 308.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01A9A is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 26 | 154 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.31 |
| HSL | 308.8º | 0.74% | 0.4% | - |
| HSV(B) | 308.8º | 0.85% | 0.69% | - |
| XYZ | 24.11 | 12.3 | 31.68 | - |
| YUV | 85.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 26 | 154 | 0 | 0.85 | 0.12 | 0.31 | 308.8 | 0.74 | 0.4 |
| Hex | B0 | 1A | 9A | 0 | 55 | C | 1F | 135 | 4A | 28 |
| Octal | 260 | 32 | 232 | 0 | 125 | 14 | 37 | 465 | 112 | 50 |
| Binary | 10110000 | 11010 | 10011010 | 0 | 1010101 | 1100 | 11111 | 100110101 | 1001010 | 101000 |
Color Harmonies of #B01A9A
Complementary color
Monochromatic Colors of #B01A9A
Black with #B01A9A
Text Example
Text Example
White with #B01A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01A9A; }
p { color: rgb(176,26,154); }
H1.HeaderClassName
{
color: #B01A9A;
}
.AnyTagClassName
{
color: #B01A9A;
}
</style>
background-color css
<style>
a { background-color: #B01A9A; }
a { background-color: rgb(176,26,154); }
div.DivClassName
{
background-color: #B01A9A;
}
.BgClassName
{
background-color: #B01A9A;
}
</style>
border-color css
<style>
span { border-color: #B01A9A; }
span { border-color: rgb(176,26,154); }
td.TdClassName
{
border-color: #B01A9A;
}
.TagClassName
{
border-color: #B01A9A;
}
</style>