Shades of Medium Violet Red #B01A8A
Tints of Medium Violet Red #B01A8A
RGB
CMYK
RGB Variations
Color information
#B01A8A (or 0xB01A8A) is known color: Medium Violet Red. HEX triplet: B0, 1A and 8A. RGB value is (176,26,138). Sum of RGB (Red+Green+Blue) = 176+26+138=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01A8A is #4FE575. Grayscale: #535353. Windows color (decimal): -5236086 or 9050800. OLE color: 9050800.
HSL color Cylindrical-coordinate representation of color #B01A8A: hue angle of 315.2º 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 #B01A8A is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 26 | 138 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.31 |
| HSL | 315.2º | 0.74% | 0.4% | - |
| HSV(B) | 315.2º | 0.85% | 0.69% | - |
| XYZ | 22.86 | 11.8 | 25.12 | - |
| YUV | 83.62 | 158.7 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 26 | 138 | 0 | 0.85 | 0.22 | 0.31 | 315.2 | 0.74 | 0.4 |
| Hex | B0 | 1A | 8A | 0 | 55 | 16 | 1F | 13B | 4A | 28 |
| Octal | 260 | 32 | 212 | 0 | 125 | 26 | 37 | 473 | 112 | 50 |
| Binary | 10110000 | 11010 | 10001010 | 0 | 1010101 | 10110 | 11111 | 100111011 | 1001010 | 101000 |
Color Harmonies of #B01A8A
Complementary color
Monochromatic Colors of #B01A8A
Black with #B01A8A
Text Example
Text Example
White with #B01A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01A8A; }
p { color: rgb(176,26,138); }
H1.HeaderClassName
{
color: #B01A8A;
}
.AnyTagClassName
{
color: #B01A8A;
}
</style>
background-color css
<style>
a { background-color: #B01A8A; }
a { background-color: rgb(176,26,138); }
div.DivClassName
{
background-color: #B01A8A;
}
.BgClassName
{
background-color: #B01A8A;
}
</style>
border-color css
<style>
span { border-color: #B01A8A; }
span { border-color: rgb(176,26,138); }
td.TdClassName
{
border-color: #B01A8A;
}
.TagClassName
{
border-color: #B01A8A;
}
</style>