Shades of Medium Violet Red #B7017A
Tints of Medium Violet Red #B7017A
RGB
CMYK
RGB Variations
Color information
#B7017A (or 0xB7017A) is known color: Medium Violet Red. HEX triplet: B7, 01 and 7A. RGB value is (183,1,122). Sum of RGB (Red+Green+Blue) = 183+1+122=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B7017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7017A is #48FE85. Grayscale: #444444. Windows color (decimal): -4783750 or 7995831. OLE color: 7995831.
HSL color Cylindrical-coordinate representation of color #B7017A: hue angle of 320.11º degrees, saturation: 0.99, 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 #B7017A is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 122 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.28 |
| HSL | 320.11º | 0.99% | 0.36% | - |
| HSV(B) | 320.11º | 0.99% | 0.72% | - |
| XYZ | 23.05 | 11.49 | 19.42 | - |
| YUV | 69.21 | 157.8 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 122 | 0 | 0.99 | 0.33 | 0.28 | 320.11 | 0.99 | 0.36 |
| Hex | B7 | 1 | 7A | 0 | 63 | 21 | 1C | 140 | 63 | 24 |
| Octal | 267 | 1 | 172 | 0 | 143 | 41 | 34 | 500 | 143 | 44 |
| Binary | 10110111 | 1 | 1111010 | 0 | 1100011 | 100001 | 11100 | 101000000 | 1100011 | 100100 |
Color Harmonies of #B7017A
Complementary color
Monochromatic Colors of #B7017A
Black with #B7017A
Text Example
Text Example
White with #B7017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7017A; }
p { color: rgb(183,1,122); }
H1.HeaderClassName
{
color: #B7017A;
}
.AnyTagClassName
{
color: #B7017A;
}
</style>
background-color css
<style>
a { background-color: #B7017A; }
a { background-color: rgb(183,1,122); }
div.DivClassName
{
background-color: #B7017A;
}
.BgClassName
{
background-color: #B7017A;
}
</style>
border-color css
<style>
span { border-color: #B7017A; }
span { border-color: rgb(183,1,122); }
td.TdClassName
{
border-color: #B7017A;
}
.TagClassName
{
border-color: #B7017A;
}
</style>