Shades of Medium Red Violet #B63194
Tints of Medium Red Violet #B63194
RGB
CMYK
RGB Variations
Color information
#B63194 (or 0xB63194) is known color: Medium Red Violet. HEX triplet: B6, 31 and 94. RGB value is (182,49,148). Sum of RGB (Red+Green+Blue) = 182+49+148=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B63194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63194 is #49CE6B. Grayscale: #636363. Windows color (decimal): -4836972 or 9712054. OLE color: 9712054.
HSL color Cylindrical-coordinate representation of color #B63194: hue angle of 315.34º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63194 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 148 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.29 |
| HSL | 315.34º | 0.58% | 0.45% | - |
| HSV(B) | 315.34º | 0.73% | 0.71% | - |
| XYZ | 25.74 | 14.28 | 29.42 | - |
| YUV | 100.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 148 | 0 | 0.73 | 0.19 | 0.29 | 315.34 | 0.58 | 0.45 |
| Hex | B6 | 31 | 94 | 0 | 49 | 13 | 1D | 13B | 3A | 2D |
| Octal | 266 | 61 | 224 | 0 | 111 | 23 | 35 | 473 | 72 | 55 |
| Binary | 10110110 | 110001 | 10010100 | 0 | 1001001 | 10011 | 11101 | 100111011 | 111010 | 101101 |
Color Harmonies of #B63194
Complementary color
Monochromatic Colors of #B63194
Black with #B63194
Text Example
Text Example
White with #B63194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63194; }
p { color: rgb(182,49,148); }
H1.HeaderClassName
{
color: #B63194;
}
.AnyTagClassName
{
color: #B63194;
}
</style>
background-color css
<style>
a { background-color: #B63194; }
a { background-color: rgb(182,49,148); }
div.DivClassName
{
background-color: #B63194;
}
.BgClassName
{
background-color: #B63194;
}
</style>
border-color css
<style>
span { border-color: #B63194; }
span { border-color: rgb(182,49,148); }
td.TdClassName
{
border-color: #B63194;
}
.TagClassName
{
border-color: #B63194;
}
</style>