Shades of Medium Violet Red #B5018A
Tints of Medium Violet Red #B5018A
RGB
CMYK
RGB Variations
Color information
#B5018A (or 0xB5018A) is known color: Medium Violet Red. HEX triplet: B5, 01 and 8A. RGB value is (181,1,138). Sum of RGB (Red+Green+Blue) = 181+1+138=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B5018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5018A is #4AFE75. Grayscale: #464646. Windows color (decimal): -4914806 or 9044405. OLE color: 9044405.
HSL color Cylindrical-coordinate representation of color #B5018A: hue angle of 314.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 #B5018A is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 138 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.29 |
| HSL | 314.33º | 0.99% | 0.36% | - |
| HSV(B) | 314.33º | 0.99% | 0.71% | - |
| XYZ | 23.65 | 11.68 | 25.05 | - |
| YUV | 70.44 | 166.13 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 138 | 0 | 0.99 | 0.24 | 0.29 | 314.33 | 0.99 | 0.36 |
| Hex | B5 | 1 | 8A | 0 | 63 | 18 | 1D | 13A | 63 | 24 |
| Octal | 265 | 1 | 212 | 0 | 143 | 30 | 35 | 472 | 143 | 44 |
| Binary | 10110101 | 1 | 10001010 | 0 | 1100011 | 11000 | 11101 | 100111010 | 1100011 | 100100 |
Color Harmonies of #B5018A
Complementary color
Monochromatic Colors of #B5018A
Black with #B5018A
Text Example
Text Example
White with #B5018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5018A; }
p { color: rgb(181,1,138); }
H1.HeaderClassName
{
color: #B5018A;
}
.AnyTagClassName
{
color: #B5018A;
}
</style>
background-color css
<style>
a { background-color: #B5018A; }
a { background-color: rgb(181,1,138); }
div.DivClassName
{
background-color: #B5018A;
}
.BgClassName
{
background-color: #B5018A;
}
</style>
border-color css
<style>
span { border-color: #B5018A; }
span { border-color: rgb(181,1,138); }
td.TdClassName
{
border-color: #B5018A;
}
.TagClassName
{
border-color: #B5018A;
}
</style>