Shades of Medium Violet Red #B01BA3
Tints of Medium Violet Red #B01BA3
RGB
CMYK
RGB Variations
Color information
#B01BA3 (or 0xB01BA3) is known color: Medium Violet Red. HEX triplet: B0, 1B and A3. RGB value is (176,27,163). Sum of RGB (Red+Green+Blue) = 176+27+163=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 163 (64.06% from 255 or 44.54% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B01BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01BA3 is #4FE45C. Grayscale: #565656. Windows color (decimal): -5235805 or 10689456. OLE color: 10689456.
HSL color Cylindrical-coordinate representation of color #B01BA3: hue angle of 305.23º 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 #B01BA3 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 27 | 163 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.31 |
| HSL | 305.23º | 0.73% | 0.4% | - |
| HSV(B) | 305.23º | 0.85% | 0.69% | - |
| XYZ | 24.91 | 12.66 | 35.78 | - |
| YUV | 87.06 | 170.86 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 27 | 163 | 0 | 0.85 | 0.07 | 0.31 | 305.23 | 0.73 | 0.4 |
| Hex | B0 | 1B | A3 | 0 | 55 | 7 | 1F | 131 | 49 | 28 |
| Octal | 260 | 33 | 243 | 0 | 125 | 7 | 37 | 461 | 111 | 50 |
| Binary | 10110000 | 11011 | 10100011 | 0 | 1010101 | 111 | 11111 | 100110001 | 1001001 | 101000 |
Color Harmonies of #B01BA3
Complementary color
Monochromatic Colors of #B01BA3
Black with #B01BA3
Text Example
Text Example
White with #B01BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01BA3; }
p { color: rgb(176,27,163); }
H1.HeaderClassName
{
color: #B01BA3;
}
.AnyTagClassName
{
color: #B01BA3;
}
</style>
background-color css
<style>
a { background-color: #B01BA3; }
a { background-color: rgb(176,27,163); }
div.DivClassName
{
background-color: #B01BA3;
}
.BgClassName
{
background-color: #B01BA3;
}
</style>
border-color css
<style>
span { border-color: #B01BA3; }
span { border-color: rgb(176,27,163); }
td.TdClassName
{
border-color: #B01BA3;
}
.TagClassName
{
border-color: #B01BA3;
}
</style>