Shades of Medium Violet Red #B7017B
Tints of Medium Violet Red #B7017B
RGB
CMYK
RGB Variations
Color information
#B7017B (or 0xB7017B) is known color: Medium Violet Red. HEX triplet: B7, 01 and 7B. RGB value is (183,1,123). Sum of RGB (Red+Green+Blue) = 183+1+123=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B7017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7017B is #48FE84. Grayscale: #454545. Windows color (decimal): -4783749 or 8061367. OLE color: 8061367.
HSL color Cylindrical-coordinate representation of color #B7017B: hue angle of 319.78º 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 #B7017B is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.28 |
| HSL | 319.78º | 0.99% | 0.36% | - |
| HSV(B) | 319.78º | 0.99% | 0.72% | - |
| XYZ | 23.11 | 11.52 | 19.74 | - |
| YUV | 69.33 | 158.3 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 123 | 0 | 0.99 | 0.33 | 0.28 | 319.78 | 0.99 | 0.36 |
| Hex | B7 | 1 | 7B | 0 | 63 | 21 | 1C | 140 | 63 | 24 |
| Octal | 267 | 1 | 173 | 0 | 143 | 41 | 34 | 500 | 143 | 44 |
| Binary | 10110111 | 1 | 1111011 | 0 | 1100011 | 100001 | 11100 | 101000000 | 1100011 | 100100 |
Color Harmonies of #B7017B
Complementary color
Monochromatic Colors of #B7017B
Black with #B7017B
Text Example
Text Example
White with #B7017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7017B; }
p { color: rgb(183,1,123); }
H1.HeaderClassName
{
color: #B7017B;
}
.AnyTagClassName
{
color: #B7017B;
}
</style>
background-color css
<style>
a { background-color: #B7017B; }
a { background-color: rgb(183,1,123); }
div.DivClassName
{
background-color: #B7017B;
}
.BgClassName
{
background-color: #B7017B;
}
</style>
border-color css
<style>
span { border-color: #B7017B; }
span { border-color: rgb(183,1,123); }
td.TdClassName
{
border-color: #B7017B;
}
.TagClassName
{
border-color: #B7017B;
}
</style>