Shades of Medium Violet Red #B5017A
Tints of Medium Violet Red #B5017A
RGB
CMYK
RGB Variations
Color information
#B5017A (or 0xB5017A) is known color: Medium Violet Red. HEX triplet: B5, 01 and 7A. RGB value is (181,1,122). Sum of RGB (Red+Green+Blue) = 181+1+122=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B5017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5017A is #4AFE85. Grayscale: #444444. Windows color (decimal): -4914822 or 7995829. OLE color: 7995829.
HSL color Cylindrical-coordinate representation of color #B5017A: hue angle of 319.67º 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 #B5017A is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 122 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.29 |
| HSL | 319.67º | 0.99% | 0.36% | - |
| HSV(B) | 319.67º | 0.99% | 0.71% | - |
| XYZ | 22.58 | 11.25 | 19.39 | - |
| YUV | 68.61 | 158.13 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 122 | 0 | 0.99 | 0.33 | 0.29 | 319.67 | 0.99 | 0.36 |
| Hex | B5 | 1 | 7A | 0 | 63 | 21 | 1D | 140 | 63 | 24 |
| Octal | 265 | 1 | 172 | 0 | 143 | 41 | 35 | 500 | 143 | 44 |
| Binary | 10110101 | 1 | 1111010 | 0 | 1100011 | 100001 | 11101 | 101000000 | 1100011 | 100100 |
Color Harmonies of #B5017A
Complementary color
Monochromatic Colors of #B5017A
Black with #B5017A
Text Example
Text Example
White with #B5017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5017A; }
p { color: rgb(181,1,122); }
H1.HeaderClassName
{
color: #B5017A;
}
.AnyTagClassName
{
color: #B5017A;
}
</style>
background-color css
<style>
a { background-color: #B5017A; }
a { background-color: rgb(181,1,122); }
div.DivClassName
{
background-color: #B5017A;
}
.BgClassName
{
background-color: #B5017A;
}
</style>
border-color css
<style>
span { border-color: #B5017A; }
span { border-color: rgb(181,1,122); }
td.TdClassName
{
border-color: #B5017A;
}
.TagClassName
{
border-color: #B5017A;
}
</style>