Shades of Medium Red Violet #B7417E
Tints of Medium Red Violet #B7417E
RGB
CMYK
RGB Variations
Color information
#B7417E (or 0xB7417E) is known color: Medium Red Violet. HEX triplet: B7, 41 and 7E. RGB value is (183,65,126). Sum of RGB (Red+Green+Blue) = 183+65+126=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7417E is #48BE81. Grayscale: #6B6B6B. Windows color (decimal): -4767362 or 8274359. OLE color: 8274359.
HSL color Cylindrical-coordinate representation of color #B7417E: hue angle of 328.98º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7417E is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 126 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.28 |
| HSL | 328.98º | 0.48% | 0.49% | - |
| HSV(B) | 328.98º | 0.64% | 0.72% | - |
| XYZ | 25.18 | 15.35 | 21.37 | - |
| YUV | 107.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 126 | 0 | 0.64 | 0.31 | 0.28 | 328.98 | 0.48 | 0.49 |
| Hex | B7 | 41 | 7E | 0 | 40 | 1F | 1C | 149 | 30 | 31 |
| Octal | 267 | 101 | 176 | 0 | 100 | 37 | 34 | 511 | 60 | 61 |
| Binary | 10110111 | 1000001 | 1111110 | 0 | 1000000 | 11111 | 11100 | 101001001 | 110000 | 110001 |
Color Harmonies of #B7417E
Complementary color
Monochromatic Colors of #B7417E
Black with #B7417E
Text Example
Text Example
White with #B7417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7417E; }
p { color: rgb(183,65,126); }
H1.HeaderClassName
{
color: #B7417E;
}
.AnyTagClassName
{
color: #B7417E;
}
</style>
background-color css
<style>
a { background-color: #B7417E; }
a { background-color: rgb(183,65,126); }
div.DivClassName
{
background-color: #B7417E;
}
.BgClassName
{
background-color: #B7417E;
}
</style>
border-color css
<style>
span { border-color: #B7417E; }
span { border-color: rgb(183,65,126); }
td.TdClassName
{
border-color: #B7417E;
}
.TagClassName
{
border-color: #B7417E;
}
</style>