Shades of Medium Red Violet #B63E88
Tints of Medium Red Violet #B63E88
RGB
CMYK
RGB Variations
Color information
#B63E88 (or 0xB63E88) is known color: Medium Red Violet. HEX triplet: B6, 3E and 88. RGB value is (182,62,136). Sum of RGB (Red+Green+Blue) = 182+62+136=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63E88 is #49C177. Grayscale: #6A6A6A. Windows color (decimal): -4833656 or 8928950. OLE color: 8928950.
HSL color Cylindrical-coordinate representation of color #B63E88: hue angle of 323º 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 #B63E88 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 62 | 136 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.29 |
| HSL | 323º | 0.49% | 0.48% | - |
| HSV(B) | 323º | 0.66% | 0.71% | - |
| XYZ | 25.46 | 15.17 | 24.88 | - |
| YUV | 106.32 | 144.76 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 136 | 0 | 0.66 | 0.25 | 0.29 | 323 | 0.49 | 0.48 |
| Hex | B6 | 3E | 88 | 0 | 42 | 19 | 1D | 143 | 31 | 30 |
| Octal | 266 | 76 | 210 | 0 | 102 | 31 | 35 | 503 | 61 | 60 |
| Binary | 10110110 | 111110 | 10001000 | 0 | 1000010 | 11001 | 11101 | 101000011 | 110001 | 110000 |
Color Harmonies of #B63E88
Complementary color
Monochromatic Colors of #B63E88
Black with #B63E88
Text Example
Text Example
White with #B63E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63E88; }
p { color: rgb(182,62,136); }
H1.HeaderClassName
{
color: #B63E88;
}
.AnyTagClassName
{
color: #B63E88;
}
</style>
background-color css
<style>
a { background-color: #B63E88; }
a { background-color: rgb(182,62,136); }
div.DivClassName
{
background-color: #B63E88;
}
.BgClassName
{
background-color: #B63E88;
}
</style>
border-color css
<style>
span { border-color: #B63E88; }
span { border-color: rgb(182,62,136); }
td.TdClassName
{
border-color: #B63E88;
}
.TagClassName
{
border-color: #B63E88;
}
</style>