Shades of Medium Red Violet #B63C92
Tints of Medium Red Violet #B63C92
RGB
CMYK
RGB Variations
Color information
#B63C92 (or 0xB63C92) is known color: Medium Red Violet. HEX triplet: B6, 3C and 92. RGB value is (182,60,146). Sum of RGB (Red+Green+Blue) = 182+60+146=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63C92 is #49C36D. Grayscale: #6A6A6A. Windows color (decimal): -4834158 or 9583798. OLE color: 9583798.
HSL color Cylindrical-coordinate representation of color #B63C92: hue angle of 317.7º 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 #B63C92 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 146 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.29 |
| HSL | 317.7º | 0.5% | 0.47% | - |
| HSV(B) | 317.7º | 0.67% | 0.71% | - |
| XYZ | 26.1 | 15.25 | 28.76 | - |
| YUV | 106.28 | 150.42 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 146 | 0 | 0.67 | 0.20 | 0.29 | 317.7 | 0.5 | 0.47 |
| Hex | B6 | 3C | 92 | 0 | 43 | 14 | 1D | 13E | 32 | 2F |
| Octal | 266 | 74 | 222 | 0 | 103 | 24 | 35 | 476 | 62 | 57 |
| Binary | 10110110 | 111100 | 10010010 | 0 | 1000011 | 10100 | 11101 | 100111110 | 110010 | 101111 |
Color Harmonies of #B63C92
Complementary color
Monochromatic Colors of #B63C92
Black with #B63C92
Text Example
Text Example
White with #B63C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C92; }
p { color: rgb(182,60,146); }
H1.HeaderClassName
{
color: #B63C92;
}
.AnyTagClassName
{
color: #B63C92;
}
</style>
background-color css
<style>
a { background-color: #B63C92; }
a { background-color: rgb(182,60,146); }
div.DivClassName
{
background-color: #B63C92;
}
.BgClassName
{
background-color: #B63C92;
}
</style>
border-color css
<style>
span { border-color: #B63C92; }
span { border-color: rgb(182,60,146); }
td.TdClassName
{
border-color: #B63C92;
}
.TagClassName
{
border-color: #B63C92;
}
</style>