Shades of Medium Violet Red #B9019A
Tints of Medium Violet Red #B9019A
RGB
CMYK
RGB Variations
Color information
#B9019A (or 0xB9019A) is known color: Medium Violet Red. HEX triplet: B9, 01 and 9A. RGB value is (185,1,154). Sum of RGB (Red+Green+Blue) = 185+1+154=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B9019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9019A is #46FE65. Grayscale: #494949. Windows color (decimal): -4652646 or 10092985. OLE color: 10092985.
HSL color Cylindrical-coordinate representation of color #B9019A: hue angle of 310.11º 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 #B9019A is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 154 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.27 |
| HSL | 310.11º | 0.99% | 0.36% | - |
| HSV(B) | 310.11º | 0.99% | 0.73% | - |
| XYZ | 25.85 | 12.67 | 31.65 | - |
| YUV | 73.46 | 173.46 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 154 | 0 | 0.99 | 0.17 | 0.27 | 310.11 | 0.99 | 0.36 |
| Hex | B9 | 1 | 9A | 0 | 63 | 11 | 1B | 136 | 63 | 24 |
| Octal | 271 | 1 | 232 | 0 | 143 | 21 | 33 | 466 | 143 | 44 |
| Binary | 10111001 | 1 | 10011010 | 0 | 1100011 | 10001 | 11011 | 100110110 | 1100011 | 100100 |
Color Harmonies of #B9019A
Complementary color
Monochromatic Colors of #B9019A
Black with #B9019A
Text Example
Text Example
White with #B9019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9019A; }
p { color: rgb(185,1,154); }
H1.HeaderClassName
{
color: #B9019A;
}
.AnyTagClassName
{
color: #B9019A;
}
</style>
background-color css
<style>
a { background-color: #B9019A; }
a { background-color: rgb(185,1,154); }
div.DivClassName
{
background-color: #B9019A;
}
.BgClassName
{
background-color: #B9019A;
}
</style>
border-color css
<style>
span { border-color: #B9019A; }
span { border-color: rgb(185,1,154); }
td.TdClassName
{
border-color: #B9019A;
}
.TagClassName
{
border-color: #B9019A;
}
</style>