Shades of Medium Violet Red #B9019B
Tints of Medium Violet Red #B9019B
RGB
CMYK
RGB Variations
Color information
#B9019B (or 0xB9019B) is known color: Medium Violet Red. HEX triplet: B9, 01 and 9B. RGB value is (185,1,155). Sum of RGB (Red+Green+Blue) = 185+1+155=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B9019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9019B is #46FE64. Grayscale: #494949. Windows color (decimal): -4652645 or 10158521. OLE color: 10158521.
HSL color Cylindrical-coordinate representation of color #B9019B: hue angle of 309.78º 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 #B9019B is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 155 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.27 |
| HSL | 309.78º | 0.99% | 0.36% | - |
| HSV(B) | 309.78º | 0.99% | 0.73% | - |
| XYZ | 25.93 | 12.7 | 32.1 | - |
| YUV | 73.57 | 173.96 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 155 | 0 | 0.99 | 0.16 | 0.27 | 309.78 | 0.99 | 0.36 |
| Hex | B9 | 1 | 9B | 0 | 63 | 10 | 1B | 136 | 63 | 24 |
| Octal | 271 | 1 | 233 | 0 | 143 | 20 | 33 | 466 | 143 | 44 |
| Binary | 10111001 | 1 | 10011011 | 0 | 1100011 | 10000 | 11011 | 100110110 | 1100011 | 100100 |
Color Harmonies of #B9019B
Complementary color
Monochromatic Colors of #B9019B
Black with #B9019B
Text Example
Text Example
White with #B9019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9019B; }
p { color: rgb(185,1,155); }
H1.HeaderClassName
{
color: #B9019B;
}
.AnyTagClassName
{
color: #B9019B;
}
</style>
background-color css
<style>
a { background-color: #B9019B; }
a { background-color: rgb(185,1,155); }
div.DivClassName
{
background-color: #B9019B;
}
.BgClassName
{
background-color: #B9019B;
}
</style>
border-color css
<style>
span { border-color: #B9019B; }
span { border-color: rgb(185,1,155); }
td.TdClassName
{
border-color: #B9019B;
}
.TagClassName
{
border-color: #B9019B;
}
</style>