Shades of Medium Red Violet #B63C99
Tints of Medium Red Violet #B63C99
RGB
CMYK
RGB Variations
Color information
#B63C99 (or 0xB63C99) is known color: Medium Red Violet. HEX triplet: B6, 3C and 99. RGB value is (182,60,153). Sum of RGB (Red+Green+Blue) = 182+60+153=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63C99 is #49C366. Grayscale: #6A6A6A. Windows color (decimal): -4834151 or 10042550. OLE color: 10042550.
HSL color Cylindrical-coordinate representation of color #B63C99: hue angle of 314.26º 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 #B63C99 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 153 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.29 |
| HSL | 314.26º | 0.5% | 0.47% | - |
| HSV(B) | 314.26º | 0.67% | 0.71% | - |
| XYZ | 26.66 | 15.48 | 31.72 | - |
| YUV | 107.08 | 153.92 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 153 | 0 | 0.67 | 0.16 | 0.29 | 314.26 | 0.5 | 0.47 |
| Hex | B6 | 3C | 99 | 0 | 43 | 10 | 1D | 13A | 32 | 2F |
| Octal | 266 | 74 | 231 | 0 | 103 | 20 | 35 | 472 | 62 | 57 |
| Binary | 10110110 | 111100 | 10011001 | 0 | 1000011 | 10000 | 11101 | 100111010 | 110010 | 101111 |
Color Harmonies of #B63C99
Complementary color
Monochromatic Colors of #B63C99
Black with #B63C99
Text Example
Text Example
White with #B63C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C99; }
p { color: rgb(182,60,153); }
H1.HeaderClassName
{
color: #B63C99;
}
.AnyTagClassName
{
color: #B63C99;
}
</style>
background-color css
<style>
a { background-color: #B63C99; }
a { background-color: rgb(182,60,153); }
div.DivClassName
{
background-color: #B63C99;
}
.BgClassName
{
background-color: #B63C99;
}
</style>
border-color css
<style>
span { border-color: #B63C99; }
span { border-color: rgb(182,60,153); }
td.TdClassName
{
border-color: #B63C99;
}
.TagClassName
{
border-color: #B63C99;
}
</style>