Shades of Medium Violet Red #B5018F
Tints of Medium Violet Red #B5018F
RGB
CMYK
RGB Variations
Color information
#B5018F (or 0xB5018F) is known color: Medium Violet Red. HEX triplet: B5, 01 and 8F. RGB value is (181,1,143). Sum of RGB (Red+Green+Blue) = 181+1+143=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5018F is #4AFE70. Grayscale: #464646. Windows color (decimal): -4914801 or 9372085. OLE color: 9372085.
HSL color Cylindrical-coordinate representation of color #B5018F: hue angle of 312.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 #B5018F is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 143 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.29 |
| HSL | 312.67º | 0.99% | 0.36% | - |
| HSV(B) | 312.67º | 0.99% | 0.71% | - |
| XYZ | 24.02 | 11.83 | 27 | - |
| YUV | 71.01 | 168.63 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 143 | 0 | 0.99 | 0.21 | 0.29 | 312.67 | 0.99 | 0.36 |
| Hex | B5 | 1 | 8F | 0 | 63 | 15 | 1D | 139 | 63 | 24 |
| Octal | 265 | 1 | 217 | 0 | 143 | 25 | 35 | 471 | 143 | 44 |
| Binary | 10110101 | 1 | 10001111 | 0 | 1100011 | 10101 | 11101 | 100111001 | 1100011 | 100100 |
Color Harmonies of #B5018F
Complementary color
Monochromatic Colors of #B5018F
Black with #B5018F
Text Example
Text Example
White with #B5018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5018F; }
p { color: rgb(181,1,143); }
H1.HeaderClassName
{
color: #B5018F;
}
.AnyTagClassName
{
color: #B5018F;
}
</style>
background-color css
<style>
a { background-color: #B5018F; }
a { background-color: rgb(181,1,143); }
div.DivClassName
{
background-color: #B5018F;
}
.BgClassName
{
background-color: #B5018F;
}
</style>
border-color css
<style>
span { border-color: #B5018F; }
span { border-color: rgb(181,1,143); }
td.TdClassName
{
border-color: #B5018F;
}
.TagClassName
{
border-color: #B5018F;
}
</style>