Shades of Medium Violet Red #B5017E
Tints of Medium Violet Red #B5017E
RGB
CMYK
RGB Variations
Color information
#B5017E (or 0xB5017E) is known color: Medium Violet Red. HEX triplet: B5, 01 and 7E. RGB value is (181,1,126). Sum of RGB (Red+Green+Blue) = 181+1+126=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B5017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5017E is #4AFE81. Grayscale: #444444. Windows color (decimal): -4914818 or 8257973. OLE color: 8257973.
HSL color Cylindrical-coordinate representation of color #B5017E: hue angle of 318.33º 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 #B5017E is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 126 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.29 |
| HSL | 318.33º | 0.99% | 0.36% | - |
| HSV(B) | 318.33º | 0.99% | 0.71% | - |
| XYZ | 22.83 | 11.35 | 20.73 | - |
| YUV | 69.07 | 160.13 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 126 | 0 | 0.99 | 0.30 | 0.29 | 318.33 | 0.99 | 0.36 |
| Hex | B5 | 1 | 7E | 0 | 63 | 1E | 1D | 13E | 63 | 24 |
| Octal | 265 | 1 | 176 | 0 | 143 | 36 | 35 | 476 | 143 | 44 |
| Binary | 10110101 | 1 | 1111110 | 0 | 1100011 | 11110 | 11101 | 100111110 | 1100011 | 100100 |
Color Harmonies of #B5017E
Complementary color
Monochromatic Colors of #B5017E
Black with #B5017E
Text Example
Text Example
White with #B5017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5017E; }
p { color: rgb(181,1,126); }
H1.HeaderClassName
{
color: #B5017E;
}
.AnyTagClassName
{
color: #B5017E;
}
</style>
background-color css
<style>
a { background-color: #B5017E; }
a { background-color: rgb(181,1,126); }
div.DivClassName
{
background-color: #B5017E;
}
.BgClassName
{
background-color: #B5017E;
}
</style>
border-color css
<style>
span { border-color: #B5017E; }
span { border-color: rgb(181,1,126); }
td.TdClassName
{
border-color: #B5017E;
}
.TagClassName
{
border-color: #B5017E;
}
</style>