Shades of Medium Red Violet #B63E7F
Tints of Medium Red Violet #B63E7F
RGB
CMYK
RGB Variations
Color information
#B63E7F (or 0xB63E7F) is known color: Medium Red Violet. HEX triplet: B6, 3E and 7F. RGB value is (182,62,127). Sum of RGB (Red+Green+Blue) = 182+62+127=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63E7F is #49C180. Grayscale: #696969. Windows color (decimal): -4833665 or 8339126. OLE color: 8339126.
HSL color Cylindrical-coordinate representation of color #B63E7F: hue angle of 327.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63E7F is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 62 | 127 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.29 |
| HSL | 327.5º | 0.49% | 0.48% | - |
| HSV(B) | 327.5º | 0.66% | 0.71% | - |
| XYZ | 24.84 | 14.92 | 21.65 | - |
| YUV | 105.29 | 140.26 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 127 | 0 | 0.66 | 0.30 | 0.29 | 327.5 | 0.49 | 0.48 |
| Hex | B6 | 3E | 7F | 0 | 42 | 1E | 1D | 148 | 31 | 30 |
| Octal | 266 | 76 | 177 | 0 | 102 | 36 | 35 | 510 | 61 | 60 |
| Binary | 10110110 | 111110 | 1111111 | 0 | 1000010 | 11110 | 11101 | 101001000 | 110001 | 110000 |
Color Harmonies of #B63E7F
Complementary color
Monochromatic Colors of #B63E7F
Black with #B63E7F
Text Example
Text Example
White with #B63E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63E7F; }
p { color: rgb(182,62,127); }
H1.HeaderClassName
{
color: #B63E7F;
}
.AnyTagClassName
{
color: #B63E7F;
}
</style>
background-color css
<style>
a { background-color: #B63E7F; }
a { background-color: rgb(182,62,127); }
div.DivClassName
{
background-color: #B63E7F;
}
.BgClassName
{
background-color: #B63E7F;
}
</style>
border-color css
<style>
span { border-color: #B63E7F; }
span { border-color: rgb(182,62,127); }
td.TdClassName
{
border-color: #B63E7F;
}
.TagClassName
{
border-color: #B63E7F;
}
</style>