Shades of Medium Violet Red #B7009F
Tints of Medium Violet Red #B7009F
RGB
CMYK
RGB Variations
Color information
#B7009F (or 0xB7009F) is known color: Medium Violet Red. HEX triplet: B7, 00 and 9F. RGB value is (183,0,159). Sum of RGB (Red+Green+Blue) = 183+0+159=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7009F is #48FF60. Grayscale: #484848. Windows color (decimal): -4783969 or 10420407. OLE color: 10420407.
HSL color Cylindrical-coordinate representation of color #B7009F: hue angle of 307.87º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7009F is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.13 | 0.28 |
| HSL | 307.87º | 1% | 0.36% | - |
| HSV(B) | 307.87º | 1% | 0.72% | - |
| XYZ | 25.79 | 12.57 | 33.87 | - |
| YUV | 72.84 | 176.63 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 159 | 0 | 1 | 0.13 | 0.28 | 307.87 | 1 | 0.36 |
| Hex | B7 | 0 | 9F | 0 | 64 | D | 1C | 134 | 64 | 24 |
| Octal | 267 | 0 | 237 | 0 | 144 | 15 | 34 | 464 | 144 | 44 |
| Binary | 10110111 | 0 | 10011111 | 0 | 1100100 | 1101 | 11100 | 100110100 | 1100100 | 100100 |
Color Harmonies of #B7009F
Complementary color
Monochromatic Colors of #B7009F
Black with #B7009F
Text Example
Text Example
White with #B7009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7009F; }
p { color: rgb(183,0,159); }
H1.HeaderClassName
{
color: #B7009F;
}
.AnyTagClassName
{
color: #B7009F;
}
</style>
background-color css
<style>
a { background-color: #B7009F; }
a { background-color: rgb(183,0,159); }
div.DivClassName
{
background-color: #B7009F;
}
.BgClassName
{
background-color: #B7009F;
}
</style>
border-color css
<style>
span { border-color: #B7009F; }
span { border-color: rgb(183,0,159); }
td.TdClassName
{
border-color: #B7009F;
}
.TagClassName
{
border-color: #B7009F;
}
</style>