Shades of Medium Red Violet #B63C90
Tints of Medium Red Violet #B63C90
RGB
CMYK
RGB Variations
Color information
#B63C90 (or 0xB63C90) is known color: Medium Red Violet. HEX triplet: B6, 3C and 90. RGB value is (182,60,144). Sum of RGB (Red+Green+Blue) = 182+60+144=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63C90 is #49C36F. Grayscale: #696969. Windows color (decimal): -4834160 or 9452726. OLE color: 9452726.
HSL color Cylindrical-coordinate representation of color #B63C90: hue angle of 318.69º 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 #B63C90 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 144 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.29 |
| HSL | 318.69º | 0.5% | 0.47% | - |
| HSV(B) | 318.69º | 0.67% | 0.71% | - |
| XYZ | 25.94 | 15.19 | 27.95 | - |
| YUV | 106.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 144 | 0 | 0.67 | 0.21 | 0.29 | 318.69 | 0.5 | 0.47 |
| Hex | B6 | 3C | 90 | 0 | 43 | 15 | 1D | 13F | 32 | 2F |
| Octal | 266 | 74 | 220 | 0 | 103 | 25 | 35 | 477 | 62 | 57 |
| Binary | 10110110 | 111100 | 10010000 | 0 | 1000011 | 10101 | 11101 | 100111111 | 110010 | 101111 |
Color Harmonies of #B63C90
Complementary color
Monochromatic Colors of #B63C90
Black with #B63C90
Text Example
Text Example
White with #B63C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C90; }
p { color: rgb(182,60,144); }
H1.HeaderClassName
{
color: #B63C90;
}
.AnyTagClassName
{
color: #B63C90;
}
</style>
background-color css
<style>
a { background-color: #B63C90; }
a { background-color: rgb(182,60,144); }
div.DivClassName
{
background-color: #B63C90;
}
.BgClassName
{
background-color: #B63C90;
}
</style>
border-color css
<style>
span { border-color: #B63C90; }
span { border-color: rgb(182,60,144); }
td.TdClassName
{
border-color: #B63C90;
}
.TagClassName
{
border-color: #B63C90;
}
</style>