Shades of Medium Violet Red #B5017D
Tints of Medium Violet Red #B5017D
RGB
CMYK
RGB Variations
Color information
#B5017D (or 0xB5017D) is known color: Medium Violet Red. HEX triplet: B5, 01 and 7D. RGB value is (181,1,125). Sum of RGB (Red+Green+Blue) = 181+1+125=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B5017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5017D is #4AFE82. Grayscale: #444444. Windows color (decimal): -4914819 or 8192437. OLE color: 8192437.
HSL color Cylindrical-coordinate representation of color #B5017D: hue angle of 318.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 #B5017D is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 125 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.29 |
| HSL | 318.67º | 0.99% | 0.36% | - |
| HSV(B) | 318.67º | 0.99% | 0.71% | - |
| XYZ | 22.77 | 11.33 | 20.39 | - |
| YUV | 68.96 | 159.63 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 125 | 0 | 0.99 | 0.31 | 0.29 | 318.67 | 0.99 | 0.36 |
| Hex | B5 | 1 | 7D | 0 | 63 | 1F | 1D | 13F | 63 | 24 |
| Octal | 265 | 1 | 175 | 0 | 143 | 37 | 35 | 477 | 143 | 44 |
| Binary | 10110101 | 1 | 1111101 | 0 | 1100011 | 11111 | 11101 | 100111111 | 1100011 | 100100 |
Color Harmonies of #B5017D
Complementary color
Monochromatic Colors of #B5017D
Black with #B5017D
Text Example
Text Example
White with #B5017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5017D; }
p { color: rgb(181,1,125); }
H1.HeaderClassName
{
color: #B5017D;
}
.AnyTagClassName
{
color: #B5017D;
}
</style>
background-color css
<style>
a { background-color: #B5017D; }
a { background-color: rgb(181,1,125); }
div.DivClassName
{
background-color: #B5017D;
}
.BgClassName
{
background-color: #B5017D;
}
</style>
border-color css
<style>
span { border-color: #B5017D; }
span { border-color: rgb(181,1,125); }
td.TdClassName
{
border-color: #B5017D;
}
.TagClassName
{
border-color: #B5017D;
}
</style>