Shades of Medium Red Violet #B63992
Tints of Medium Red Violet #B63992
RGB
CMYK
RGB Variations
Color information
#B63992 (or 0xB63992) is known color: Medium Red Violet. HEX triplet: B6, 39 and 92. RGB value is (182,57,146). Sum of RGB (Red+Green+Blue) = 182+57+146=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B63992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63992 is #49C66D. Grayscale: #686868. Windows color (decimal): -4834926 or 9583030. OLE color: 9583030.
HSL color Cylindrical-coordinate representation of color #B63992: hue angle of 317.28º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63992 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 57 | 146 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.29 |
| HSL | 317.28º | 0.52% | 0.47% | - |
| HSV(B) | 317.28º | 0.69% | 0.71% | - |
| XYZ | 25.94 | 14.95 | 28.71 | - |
| YUV | 104.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 57 | 146 | 0 | 0.69 | 0.20 | 0.29 | 317.28 | 0.52 | 0.47 |
| Hex | B6 | 39 | 92 | 0 | 45 | 14 | 1D | 13D | 34 | 2F |
| Octal | 266 | 71 | 222 | 0 | 105 | 24 | 35 | 475 | 64 | 57 |
| Binary | 10110110 | 111001 | 10010010 | 0 | 1000101 | 10100 | 11101 | 100111101 | 110100 | 101111 |
Color Harmonies of #B63992
Complementary color
Monochromatic Colors of #B63992
Black with #B63992
Text Example
Text Example
White with #B63992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63992; }
p { color: rgb(182,57,146); }
H1.HeaderClassName
{
color: #B63992;
}
.AnyTagClassName
{
color: #B63992;
}
</style>
background-color css
<style>
a { background-color: #B63992; }
a { background-color: rgb(182,57,146); }
div.DivClassName
{
background-color: #B63992;
}
.BgClassName
{
background-color: #B63992;
}
</style>
border-color css
<style>
span { border-color: #B63992; }
span { border-color: rgb(182,57,146); }
td.TdClassName
{
border-color: #B63992;
}
.TagClassName
{
border-color: #B63992;
}
</style>