Shades of Medium Violet Red #B9007D
Tints of Medium Violet Red #B9007D
RGB
CMYK
RGB Variations
Color information
#B9007D (or 0xB9007D) is known color: Medium Violet Red. HEX triplet: B9, 00 and 7D. RGB value is (185,0,125). Sum of RGB (Red+Green+Blue) = 185+0+125=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B9007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9007D is #46FF82. Grayscale: #454545. Windows color (decimal): -4652931 or 8192185. OLE color: 8192185.
HSL color Cylindrical-coordinate representation of color #B9007D: hue angle of 319.46º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9007D is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.32 | 0.27 |
| HSL | 319.46º | 1% | 0.36% | - |
| HSV(B) | 319.46º | 1% | 0.73% | - |
| XYZ | 23.71 | 11.79 | 20.43 | - |
| YUV | 69.57 | 159.29 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 125 | 0 | 1 | 0.32 | 0.27 | 319.46 | 1 | 0.36 |
| Hex | B9 | 0 | 7D | 0 | 64 | 20 | 1B | 13F | 64 | 24 |
| Octal | 271 | 0 | 175 | 0 | 144 | 40 | 33 | 477 | 144 | 44 |
| Binary | 10111001 | 0 | 1111101 | 0 | 1100100 | 100000 | 11011 | 100111111 | 1100100 | 100100 |
Color Harmonies of #B9007D
Complementary color
Monochromatic Colors of #B9007D
Black with #B9007D
Text Example
Text Example
White with #B9007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9007D; }
p { color: rgb(185,0,125); }
H1.HeaderClassName
{
color: #B9007D;
}
.AnyTagClassName
{
color: #B9007D;
}
</style>
background-color css
<style>
a { background-color: #B9007D; }
a { background-color: rgb(185,0,125); }
div.DivClassName
{
background-color: #B9007D;
}
.BgClassName
{
background-color: #B9007D;
}
</style>
border-color css
<style>
span { border-color: #B9007D; }
span { border-color: rgb(185,0,125); }
td.TdClassName
{
border-color: #B9007D;
}
.TagClassName
{
border-color: #B9007D;
}
</style>