Shades of Medium Violet Red #B5018B
Tints of Medium Violet Red #B5018B
RGB
CMYK
RGB Variations
Color information
#B5018B (or 0xB5018B) is known color: Medium Violet Red. HEX triplet: B5, 01 and 8B. RGB value is (181,1,139). Sum of RGB (Red+Green+Blue) = 181+1+139=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B5018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5018B is #4AFE74. Grayscale: #464646. Windows color (decimal): -4914805 or 9109941. OLE color: 9109941.
HSL color Cylindrical-coordinate representation of color #B5018B: hue angle of 314º 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 #B5018B is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 139 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.29 |
| HSL | 314º | 0.99% | 0.36% | - |
| HSV(B) | 314º | 0.99% | 0.71% | - |
| XYZ | 23.73 | 11.71 | 25.44 | - |
| YUV | 70.55 | 166.63 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 139 | 0 | 0.99 | 0.23 | 0.29 | 314 | 0.99 | 0.36 |
| Hex | B5 | 1 | 8B | 0 | 63 | 17 | 1D | 13A | 63 | 24 |
| Octal | 265 | 1 | 213 | 0 | 143 | 27 | 35 | 472 | 143 | 44 |
| Binary | 10110101 | 1 | 10001011 | 0 | 1100011 | 10111 | 11101 | 100111010 | 1100011 | 100100 |
Color Harmonies of #B5018B
Complementary color
Monochromatic Colors of #B5018B
Black with #B5018B
Text Example
Text Example
White with #B5018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5018B; }
p { color: rgb(181,1,139); }
H1.HeaderClassName
{
color: #B5018B;
}
.AnyTagClassName
{
color: #B5018B;
}
</style>
background-color css
<style>
a { background-color: #B5018B; }
a { background-color: rgb(181,1,139); }
div.DivClassName
{
background-color: #B5018B;
}
.BgClassName
{
background-color: #B5018B;
}
</style>
border-color css
<style>
span { border-color: #B5018B; }
span { border-color: rgb(181,1,139); }
td.TdClassName
{
border-color: #B5018B;
}
.TagClassName
{
border-color: #B5018B;
}
</style>