Shades of Medium Red Violet #B63E9D
Tints of Medium Red Violet #B63E9D
RGB
CMYK
RGB Variations
Color information
#B63E9D (or 0xB63E9D) is known color: Medium Red Violet. HEX triplet: B6, 3E and 9D. RGB value is (182,62,157). Sum of RGB (Red+Green+Blue) = 182+62+157=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63E9D is #49C162. Grayscale: #6C6C6C. Windows color (decimal): -4833635 or 10305206. OLE color: 10305206.
HSL color Cylindrical-coordinate representation of color #B63E9D: hue angle of 312.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 #B63E9D is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 62 | 157 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.29 |
| HSL | 312.5º | 0.49% | 0.48% | - |
| HSV(B) | 312.5º | 0.66% | 0.71% | - |
| XYZ | 27.1 | 15.82 | 33.52 | - |
| YUV | 108.71 | 155.26 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 157 | 0 | 0.66 | 0.14 | 0.29 | 312.5 | 0.49 | 0.48 |
| Hex | B6 | 3E | 9D | 0 | 42 | E | 1D | 138 | 31 | 30 |
| Octal | 266 | 76 | 235 | 0 | 102 | 16 | 35 | 470 | 61 | 60 |
| Binary | 10110110 | 111110 | 10011101 | 0 | 1000010 | 1110 | 11101 | 100111000 | 110001 | 110000 |
Color Harmonies of #B63E9D
Complementary color
Monochromatic Colors of #B63E9D
Black with #B63E9D
Text Example
Text Example
White with #B63E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63E9D; }
p { color: rgb(182,62,157); }
H1.HeaderClassName
{
color: #B63E9D;
}
.AnyTagClassName
{
color: #B63E9D;
}
</style>
background-color css
<style>
a { background-color: #B63E9D; }
a { background-color: rgb(182,62,157); }
div.DivClassName
{
background-color: #B63E9D;
}
.BgClassName
{
background-color: #B63E9D;
}
</style>
border-color css
<style>
span { border-color: #B63E9D; }
span { border-color: rgb(182,62,157); }
td.TdClassName
{
border-color: #B63E9D;
}
.TagClassName
{
border-color: #B63E9D;
}
</style>