Shades of Medium Violet Red #B01BA2
Tints of Medium Violet Red #B01BA2
RGB
CMYK
RGB Variations
Color information
#B01BA2 (or 0xB01BA2) is known color: Medium Violet Red. HEX triplet: B0, 1B and A2. RGB value is (176,27,162). Sum of RGB (Red+Green+Blue) = 176+27+162=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B01BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01BA2 is #4FE45D. Grayscale: #565656. Windows color (decimal): -5235806 or 10623920. OLE color: 10623920.
HSL color Cylindrical-coordinate representation of color #B01BA2: hue angle of 305.64º degrees, saturation: 0.73, 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 #B01BA2 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 27 | 162 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.31 |
| HSL | 305.64º | 0.73% | 0.4% | - |
| HSV(B) | 305.64º | 0.85% | 0.69% | - |
| XYZ | 24.82 | 12.62 | 35.31 | - |
| YUV | 86.94 | 170.36 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 27 | 162 | 0 | 0.85 | 0.08 | 0.31 | 305.64 | 0.73 | 0.4 |
| Hex | B0 | 1B | A2 | 0 | 55 | 8 | 1F | 132 | 49 | 28 |
| Octal | 260 | 33 | 242 | 0 | 125 | 10 | 37 | 462 | 111 | 50 |
| Binary | 10110000 | 11011 | 10100010 | 0 | 1010101 | 1000 | 11111 | 100110010 | 1001001 | 101000 |
Color Harmonies of #B01BA2
Complementary color
Monochromatic Colors of #B01BA2
Black with #B01BA2
Text Example
Text Example
White with #B01BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01BA2; }
p { color: rgb(176,27,162); }
H1.HeaderClassName
{
color: #B01BA2;
}
.AnyTagClassName
{
color: #B01BA2;
}
</style>
background-color css
<style>
a { background-color: #B01BA2; }
a { background-color: rgb(176,27,162); }
div.DivClassName
{
background-color: #B01BA2;
}
.BgClassName
{
background-color: #B01BA2;
}
</style>
border-color css
<style>
span { border-color: #B01BA2; }
span { border-color: rgb(176,27,162); }
td.TdClassName
{
border-color: #B01BA2;
}
.TagClassName
{
border-color: #B01BA2;
}
</style>