Shades of Medium Violet Red #B9019F
Tints of Medium Violet Red #B9019F
RGB
CMYK
RGB Variations
Color information
#B9019F (or 0xB9019F) is known color: Medium Violet Red. HEX triplet: B9, 01 and 9F. RGB value is (185,1,159). Sum of RGB (Red+Green+Blue) = 185+1+159=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9019F is #46FE60. Grayscale: #494949. Windows color (decimal): -4652641 or 10420665. OLE color: 10420665.
HSL color Cylindrical-coordinate representation of color #B9019F: hue angle of 308.48º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9019F is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 159 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.27 |
| HSL | 308.48º | 0.99% | 0.36% | - |
| HSV(B) | 308.48º | 0.99% | 0.73% | - |
| XYZ | 26.28 | 12.84 | 33.89 | - |
| YUV | 74.03 | 175.96 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 159 | 0 | 0.99 | 0.14 | 0.27 | 308.48 | 0.99 | 0.36 |
| Hex | B9 | 1 | 9F | 0 | 63 | E | 1B | 134 | 63 | 24 |
| Octal | 271 | 1 | 237 | 0 | 143 | 16 | 33 | 464 | 143 | 44 |
| Binary | 10111001 | 1 | 10011111 | 0 | 1100011 | 1110 | 11011 | 100110100 | 1100011 | 100100 |
Color Harmonies of #B9019F
Complementary color
Monochromatic Colors of #B9019F
Black with #B9019F
Text Example
Text Example
White with #B9019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9019F; }
p { color: rgb(185,1,159); }
H1.HeaderClassName
{
color: #B9019F;
}
.AnyTagClassName
{
color: #B9019F;
}
</style>
background-color css
<style>
a { background-color: #B9019F; }
a { background-color: rgb(185,1,159); }
div.DivClassName
{
background-color: #B9019F;
}
.BgClassName
{
background-color: #B9019F;
}
</style>
border-color css
<style>
span { border-color: #B9019F; }
span { border-color: rgb(185,1,159); }
td.TdClassName
{
border-color: #B9019F;
}
.TagClassName
{
border-color: #B9019F;
}
</style>