Shades of Medium Violet Red #B5017F
Tints of Medium Violet Red #B5017F
RGB
CMYK
RGB Variations
Color information
#B5017F (or 0xB5017F) is known color: Medium Violet Red. HEX triplet: B5, 01 and 7F. RGB value is (181,1,127). Sum of RGB (Red+Green+Blue) = 181+1+127=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B5017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5017F is #4AFE80. Grayscale: #444444. Windows color (decimal): -4914817 or 8323509. OLE color: 8323509.
HSL color Cylindrical-coordinate representation of color #B5017F: hue angle of 318º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5017F is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 127 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.29 |
| HSL | 318º | 0.99% | 0.36% | - |
| HSV(B) | 318º | 0.99% | 0.71% | - |
| XYZ | 22.9 | 11.38 | 21.07 | - |
| YUV | 69.18 | 160.63 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 127 | 0 | 0.99 | 0.30 | 0.29 | 318 | 0.99 | 0.36 |
| Hex | B5 | 1 | 7F | 0 | 63 | 1E | 1D | 13E | 63 | 24 |
| Octal | 265 | 1 | 177 | 0 | 143 | 36 | 35 | 476 | 143 | 44 |
| Binary | 10110101 | 1 | 1111111 | 0 | 1100011 | 11110 | 11101 | 100111110 | 1100011 | 100100 |
Color Harmonies of #B5017F
Complementary color
Monochromatic Colors of #B5017F
Black with #B5017F
Text Example
Text Example
White with #B5017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5017F; }
p { color: rgb(181,1,127); }
H1.HeaderClassName
{
color: #B5017F;
}
.AnyTagClassName
{
color: #B5017F;
}
</style>
background-color css
<style>
a { background-color: #B5017F; }
a { background-color: rgb(181,1,127); }
div.DivClassName
{
background-color: #B5017F;
}
.BgClassName
{
background-color: #B5017F;
}
</style>
border-color css
<style>
span { border-color: #B5017F; }
span { border-color: rgb(181,1,127); }
td.TdClassName
{
border-color: #B5017F;
}
.TagClassName
{
border-color: #B5017F;
}
</style>