Shades of Medium Violet Red #B7029E
Tints of Medium Violet Red #B7029E
RGB
CMYK
RGB Variations
Color information
#B7029E (or 0xB7029E) is known color: Medium Violet Red. HEX triplet: B7, 02 and 9E. RGB value is (183,2,158). Sum of RGB (Red+Green+Blue) = 183+2+158=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B7029E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7029E is #48FD61. Grayscale: #494949. Windows color (decimal): -4783458 or 10355383. OLE color: 10355383.
HSL color Cylindrical-coordinate representation of color #B7029E: hue angle of 308.29º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7029E is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 158 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.28 |
| HSL | 308.29º | 0.98% | 0.36% | - |
| HSV(B) | 308.29º | 0.99% | 0.72% | - |
| XYZ | 25.72 | 12.58 | 33.42 | - |
| YUV | 73.9 | 175.47 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 158 | 0 | 0.99 | 0.14 | 0.28 | 308.29 | 0.98 | 0.36 |
| Hex | B7 | 2 | 9E | 0 | 63 | E | 1C | 134 | 62 | 24 |
| Octal | 267 | 2 | 236 | 0 | 143 | 16 | 34 | 464 | 142 | 44 |
| Binary | 10110111 | 10 | 10011110 | 0 | 1100011 | 1110 | 11100 | 100110100 | 1100010 | 100100 |
Color Harmonies of #B7029E
Complementary color
Monochromatic Colors of #B7029E
Black with #B7029E
Text Example
Text Example
White with #B7029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7029E; }
p { color: rgb(183,2,158); }
H1.HeaderClassName
{
color: #B7029E;
}
.AnyTagClassName
{
color: #B7029E;
}
</style>
background-color css
<style>
a { background-color: #B7029E; }
a { background-color: rgb(183,2,158); }
div.DivClassName
{
background-color: #B7029E;
}
.BgClassName
{
background-color: #B7029E;
}
</style>
border-color css
<style>
span { border-color: #B7029E; }
span { border-color: rgb(183,2,158); }
td.TdClassName
{
border-color: #B7029E;
}
.TagClassName
{
border-color: #B7029E;
}
</style>