Shades of Medium Violet Red #B01485
Tints of Medium Violet Red #B01485
RGB
CMYK
RGB Variations
Color information
#B01485 (or 0xB01485) is known color: Medium Violet Red. HEX triplet: B0, 14 and 85. RGB value is (176,20,133). Sum of RGB (Red+Green+Blue) = 176+20+133=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B01485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01485 is #4FEB7A. Grayscale: #4F4F4F. Windows color (decimal): -5237627 or 8721584. OLE color: 8721584.
HSL color Cylindrical-coordinate representation of color #B01485: hue angle of 316.54º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01485 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 20 | 133 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.31 |
| HSL | 316.54º | 0.8% | 0.38% | - |
| HSV(B) | 316.54º | 0.89% | 0.69% | - |
| XYZ | 22.39 | 11.42 | 23.22 | - |
| YUV | 79.53 | 158.18 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 133 | 0 | 0.89 | 0.24 | 0.31 | 316.54 | 0.8 | 0.38 |
| Hex | B0 | 14 | 85 | 0 | 59 | 18 | 1F | 13D | 50 | 26 |
| Octal | 260 | 24 | 205 | 0 | 131 | 30 | 37 | 475 | 120 | 46 |
| Binary | 10110000 | 10100 | 10000101 | 0 | 1011001 | 11000 | 11111 | 100111101 | 1010000 | 100110 |
Color Harmonies of #B01485
Complementary color
Monochromatic Colors of #B01485
Black with #B01485
Text Example
Text Example
White with #B01485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01485; }
p { color: rgb(176,20,133); }
H1.HeaderClassName
{
color: #B01485;
}
.AnyTagClassName
{
color: #B01485;
}
</style>
background-color css
<style>
a { background-color: #B01485; }
a { background-color: rgb(176,20,133); }
div.DivClassName
{
background-color: #B01485;
}
.BgClassName
{
background-color: #B01485;
}
</style>
border-color css
<style>
span { border-color: #B01485; }
span { border-color: rgb(176,20,133); }
td.TdClassName
{
border-color: #B01485;
}
.TagClassName
{
border-color: #B01485;
}
</style>