Shades of Medium Violet Red #B9007E
Tints of Medium Violet Red #B9007E
RGB
CMYK
RGB Variations
Color information
#B9007E (or 0xB9007E) is known color: Medium Violet Red. HEX triplet: B9, 00 and 7E. RGB value is (185,0,126). Sum of RGB (Red+Green+Blue) = 185+0+126=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B9007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9007E is #46FF81. Grayscale: #454545. Windows color (decimal): -4652930 or 8257721. OLE color: 8257721.
HSL color Cylindrical-coordinate representation of color #B9007E: hue angle of 319.14º 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 #B9007E is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.32 | 0.27 |
| HSL | 319.14º | 1% | 0.36% | - |
| HSV(B) | 319.14º | 1% | 0.73% | - |
| XYZ | 23.77 | 11.82 | 20.77 | - |
| YUV | 69.68 | 159.79 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 126 | 0 | 1 | 0.32 | 0.27 | 319.14 | 1 | 0.36 |
| Hex | B9 | 0 | 7E | 0 | 64 | 20 | 1B | 13F | 64 | 24 |
| Octal | 271 | 0 | 176 | 0 | 144 | 40 | 33 | 477 | 144 | 44 |
| Binary | 10111001 | 0 | 1111110 | 0 | 1100100 | 100000 | 11011 | 100111111 | 1100100 | 100100 |
Color Harmonies of #B9007E
Complementary color
Monochromatic Colors of #B9007E
Black with #B9007E
Text Example
Text Example
White with #B9007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9007E; }
p { color: rgb(185,0,126); }
H1.HeaderClassName
{
color: #B9007E;
}
.AnyTagClassName
{
color: #B9007E;
}
</style>
background-color css
<style>
a { background-color: #B9007E; }
a { background-color: rgb(185,0,126); }
div.DivClassName
{
background-color: #B9007E;
}
.BgClassName
{
background-color: #B9007E;
}
</style>
border-color css
<style>
span { border-color: #B9007E; }
span { border-color: rgb(185,0,126); }
td.TdClassName
{
border-color: #B9007E;
}
.TagClassName
{
border-color: #B9007E;
}
</style>