Shades of Medium Violet Red #B5017B
Tints of Medium Violet Red #B5017B
RGB
CMYK
RGB Variations
Color information
#B5017B (or 0xB5017B) is known color: Medium Violet Red. HEX triplet: B5, 01 and 7B. RGB value is (181,1,123). Sum of RGB (Red+Green+Blue) = 181+1+123=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B5017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5017B is #4AFE84. Grayscale: #444444. Windows color (decimal): -4914821 or 8061365. OLE color: 8061365.
HSL color Cylindrical-coordinate representation of color #B5017B: hue angle of 319.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 #B5017B is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.29 |
| HSL | 319.33º | 0.99% | 0.36% | - |
| HSV(B) | 319.33º | 0.99% | 0.71% | - |
| XYZ | 22.64 | 11.28 | 19.72 | - |
| YUV | 68.73 | 158.63 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 123 | 0 | 0.99 | 0.32 | 0.29 | 319.33 | 0.99 | 0.36 |
| Hex | B5 | 1 | 7B | 0 | 63 | 20 | 1D | 13F | 63 | 24 |
| Octal | 265 | 1 | 173 | 0 | 143 | 40 | 35 | 477 | 143 | 44 |
| Binary | 10110101 | 1 | 1111011 | 0 | 1100011 | 100000 | 11101 | 100111111 | 1100011 | 100100 |
Color Harmonies of #B5017B
Complementary color
Monochromatic Colors of #B5017B
Black with #B5017B
Text Example
Text Example
White with #B5017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5017B; }
p { color: rgb(181,1,123); }
H1.HeaderClassName
{
color: #B5017B;
}
.AnyTagClassName
{
color: #B5017B;
}
</style>
background-color css
<style>
a { background-color: #B5017B; }
a { background-color: rgb(181,1,123); }
div.DivClassName
{
background-color: #B5017B;
}
.BgClassName
{
background-color: #B5017B;
}
</style>
border-color css
<style>
span { border-color: #B5017B; }
span { border-color: rgb(181,1,123); }
td.TdClassName
{
border-color: #B5017B;
}
.TagClassName
{
border-color: #B5017B;
}
</style>