Shades of Medium Red Violet #B63C97
Tints of Medium Red Violet #B63C97
RGB
CMYK
RGB Variations
Color information
#B63C97 (or 0xB63C97) is known color: Medium Red Violet. HEX triplet: B6, 3C and 97. RGB value is (182,60,151). Sum of RGB (Red+Green+Blue) = 182+60+151=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63C97 is #49C368. Grayscale: #6A6A6A. Windows color (decimal): -4834153 or 9911478. OLE color: 9911478.
HSL color Cylindrical-coordinate representation of color #B63C97: hue angle of 315.25º 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 #B63C97 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 151 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.29 |
| HSL | 315.25º | 0.5% | 0.47% | - |
| HSV(B) | 315.25º | 0.67% | 0.71% | - |
| XYZ | 26.49 | 15.41 | 30.86 | - |
| YUV | 106.85 | 152.92 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 151 | 0 | 0.67 | 0.17 | 0.29 | 315.25 | 0.5 | 0.47 |
| Hex | B6 | 3C | 97 | 0 | 43 | 11 | 1D | 13B | 32 | 2F |
| Octal | 266 | 74 | 227 | 0 | 103 | 21 | 35 | 473 | 62 | 57 |
| Binary | 10110110 | 111100 | 10010111 | 0 | 1000011 | 10001 | 11101 | 100111011 | 110010 | 101111 |
Color Harmonies of #B63C97
Complementary color
Monochromatic Colors of #B63C97
Black with #B63C97
Text Example
Text Example
White with #B63C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C97; }
p { color: rgb(182,60,151); }
H1.HeaderClassName
{
color: #B63C97;
}
.AnyTagClassName
{
color: #B63C97;
}
</style>
background-color css
<style>
a { background-color: #B63C97; }
a { background-color: rgb(182,60,151); }
div.DivClassName
{
background-color: #B63C97;
}
.BgClassName
{
background-color: #B63C97;
}
</style>
border-color css
<style>
span { border-color: #B63C97; }
span { border-color: rgb(182,60,151); }
td.TdClassName
{
border-color: #B63C97;
}
.TagClassName
{
border-color: #B63C97;
}
</style>