Shades of Medium Violet Red #B9017D
Tints of Medium Violet Red #B9017D
RGB
CMYK
RGB Variations
Color information
#B9017D (or 0xB9017D) is known color: Medium Violet Red. HEX triplet: B9, 01 and 7D. RGB value is (185,1,125). Sum of RGB (Red+Green+Blue) = 185+1+125=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B9017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9017D is #46FE82. Grayscale: #454545. Windows color (decimal): -4652675 or 8192441. OLE color: 8192441.
HSL color Cylindrical-coordinate representation of color #B9017D: hue angle of 319.57º 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 #B9017D is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 125 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.27 |
| HSL | 319.57º | 0.99% | 0.36% | - |
| HSV(B) | 319.57º | 0.99% | 0.73% | - |
| XYZ | 23.72 | 11.82 | 20.43 | - |
| YUV | 70.15 | 158.96 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 125 | 0 | 0.99 | 0.32 | 0.27 | 319.57 | 0.99 | 0.36 |
| Hex | B9 | 1 | 7D | 0 | 63 | 20 | 1B | 140 | 63 | 24 |
| Octal | 271 | 1 | 175 | 0 | 143 | 40 | 33 | 500 | 143 | 44 |
| Binary | 10111001 | 1 | 1111101 | 0 | 1100011 | 100000 | 11011 | 101000000 | 1100011 | 100100 |
Color Harmonies of #B9017D
Complementary color
Monochromatic Colors of #B9017D
Black with #B9017D
Text Example
Text Example
White with #B9017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9017D; }
p { color: rgb(185,1,125); }
H1.HeaderClassName
{
color: #B9017D;
}
.AnyTagClassName
{
color: #B9017D;
}
</style>
background-color css
<style>
a { background-color: #B9017D; }
a { background-color: rgb(185,1,125); }
div.DivClassName
{
background-color: #B9017D;
}
.BgClassName
{
background-color: #B9017D;
}
</style>
border-color css
<style>
span { border-color: #B9017D; }
span { border-color: rgb(185,1,125); }
td.TdClassName
{
border-color: #B9017D;
}
.TagClassName
{
border-color: #B9017D;
}
</style>