Shades of Medium Red Violet #B63E8C
Tints of Medium Red Violet #B63E8C
RGB
CMYK
RGB Variations
Color information
#B63E8C (or 0xB63E8C) is known color: Medium Red Violet. HEX triplet: B6, 3E and 8C. RGB value is (182,62,140). Sum of RGB (Red+Green+Blue) = 182+62+140=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63E8C is #49C173. Grayscale: #6A6A6A. Windows color (decimal): -4833652 or 9191094. OLE color: 9191094.
HSL color Cylindrical-coordinate representation of color #B63E8C: hue angle of 321º 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 #B63E8C is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 62 | 140 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.29 |
| HSL | 321º | 0.49% | 0.48% | - |
| HSV(B) | 321º | 0.66% | 0.71% | - |
| XYZ | 25.75 | 15.28 | 26.4 | - |
| YUV | 106.77 | 146.76 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 140 | 0 | 0.66 | 0.23 | 0.29 | 321 | 0.49 | 0.48 |
| Hex | B6 | 3E | 8C | 0 | 42 | 17 | 1D | 141 | 31 | 30 |
| Octal | 266 | 76 | 214 | 0 | 102 | 27 | 35 | 501 | 61 | 60 |
| Binary | 10110110 | 111110 | 10001100 | 0 | 1000010 | 10111 | 11101 | 101000001 | 110001 | 110000 |
Color Harmonies of #B63E8C
Complementary color
Monochromatic Colors of #B63E8C
Black with #B63E8C
Text Example
Text Example
White with #B63E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63E8C; }
p { color: rgb(182,62,140); }
H1.HeaderClassName
{
color: #B63E8C;
}
.AnyTagClassName
{
color: #B63E8C;
}
</style>
background-color css
<style>
a { background-color: #B63E8C; }
a { background-color: rgb(182,62,140); }
div.DivClassName
{
background-color: #B63E8C;
}
.BgClassName
{
background-color: #B63E8C;
}
</style>
border-color css
<style>
span { border-color: #B63E8C; }
span { border-color: rgb(182,62,140); }
td.TdClassName
{
border-color: #B63E8C;
}
.TagClassName
{
border-color: #B63E8C;
}
</style>