Shades of Medium Red Violet #B63C87
Tints of Medium Red Violet #B63C87
RGB
CMYK
RGB Variations
Color information
#B63C87 (or 0xB63C87) is known color: Medium Red Violet. HEX triplet: B6, 3C and 87. RGB value is (182,60,135). Sum of RGB (Red+Green+Blue) = 182+60+135=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63C87 is #49C378. Grayscale: #686868. Windows color (decimal): -4834169 or 8862902. OLE color: 8862902.
HSL color Cylindrical-coordinate representation of color #B63C87: hue angle of 323.11º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63C87 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 135 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.29 |
| HSL | 323.11º | 0.5% | 0.47% | - |
| HSV(B) | 323.11º | 0.67% | 0.71% | - |
| XYZ | 25.28 | 14.93 | 24.47 | - |
| YUV | 105.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 135 | 0 | 0.67 | 0.26 | 0.29 | 323.11 | 0.5 | 0.47 |
| Hex | B6 | 3C | 87 | 0 | 43 | 1A | 1D | 143 | 32 | 2F |
| Octal | 266 | 74 | 207 | 0 | 103 | 32 | 35 | 503 | 62 | 57 |
| Binary | 10110110 | 111100 | 10000111 | 0 | 1000011 | 11010 | 11101 | 101000011 | 110010 | 101111 |
Color Harmonies of #B63C87
Complementary color
Monochromatic Colors of #B63C87
Black with #B63C87
Text Example
Text Example
White with #B63C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C87; }
p { color: rgb(182,60,135); }
H1.HeaderClassName
{
color: #B63C87;
}
.AnyTagClassName
{
color: #B63C87;
}
</style>
background-color css
<style>
a { background-color: #B63C87; }
a { background-color: rgb(182,60,135); }
div.DivClassName
{
background-color: #B63C87;
}
.BgClassName
{
background-color: #B63C87;
}
</style>
border-color css
<style>
span { border-color: #B63C87; }
span { border-color: rgb(182,60,135); }
td.TdClassName
{
border-color: #B63C87;
}
.TagClassName
{
border-color: #B63C87;
}
</style>