Shades of Medium Violet Red #B7027E
Tints of Medium Violet Red #B7027E
RGB
CMYK
RGB Variations
Color information
#B7027E (or 0xB7027E) is known color: Medium Violet Red. HEX triplet: B7, 02 and 7E. RGB value is (183,2,126). Sum of RGB (Red+Green+Blue) = 183+2+126=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B7027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7027E is #48FD81. Grayscale: #454545. Windows color (decimal): -4783490 or 8258231. OLE color: 8258231.
HSL color Cylindrical-coordinate representation of color #B7027E: hue angle of 318.9º 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 #B7027E is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 126 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.28 |
| HSL | 318.9º | 0.98% | 0.36% | - |
| HSV(B) | 318.9º | 0.99% | 0.72% | - |
| XYZ | 23.32 | 11.62 | 20.75 | - |
| YUV | 70.26 | 159.47 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 126 | 0 | 0.99 | 0.31 | 0.28 | 318.9 | 0.98 | 0.36 |
| Hex | B7 | 2 | 7E | 0 | 63 | 1F | 1C | 13F | 62 | 24 |
| Octal | 267 | 2 | 176 | 0 | 143 | 37 | 34 | 477 | 142 | 44 |
| Binary | 10110111 | 10 | 1111110 | 0 | 1100011 | 11111 | 11100 | 100111111 | 1100010 | 100100 |
Color Harmonies of #B7027E
Complementary color
Monochromatic Colors of #B7027E
Black with #B7027E
Text Example
Text Example
White with #B7027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7027E; }
p { color: rgb(183,2,126); }
H1.HeaderClassName
{
color: #B7027E;
}
.AnyTagClassName
{
color: #B7027E;
}
</style>
background-color css
<style>
a { background-color: #B7027E; }
a { background-color: rgb(183,2,126); }
div.DivClassName
{
background-color: #B7027E;
}
.BgClassName
{
background-color: #B7027E;
}
</style>
border-color css
<style>
span { border-color: #B7027E; }
span { border-color: rgb(183,2,126); }
td.TdClassName
{
border-color: #B7027E;
}
.TagClassName
{
border-color: #B7027E;
}
</style>