Shades of Medium Red Violet #B63C8B
Tints of Medium Red Violet #B63C8B
RGB
CMYK
RGB Variations
Color information
#B63C8B (or 0xB63C8B) is known color: Medium Red Violet. HEX triplet: B6, 3C and 8B. RGB value is (182,60,139). Sum of RGB (Red+Green+Blue) = 182+60+139=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63C8B is #49C374. Grayscale: #696969. Windows color (decimal): -4834165 or 9125046. OLE color: 9125046.
HSL color Cylindrical-coordinate representation of color #B63C8B: hue angle of 321.15º 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 #B63C8B is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 139 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.29 |
| HSL | 321.15º | 0.5% | 0.47% | - |
| HSV(B) | 321.15º | 0.67% | 0.71% | - |
| XYZ | 25.57 | 15.04 | 25.98 | - |
| YUV | 105.48 | 146.92 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 139 | 0 | 0.67 | 0.24 | 0.29 | 321.15 | 0.5 | 0.47 |
| Hex | B6 | 3C | 8B | 0 | 43 | 18 | 1D | 141 | 32 | 2F |
| Octal | 266 | 74 | 213 | 0 | 103 | 30 | 35 | 501 | 62 | 57 |
| Binary | 10110110 | 111100 | 10001011 | 0 | 1000011 | 11000 | 11101 | 101000001 | 110010 | 101111 |
Color Harmonies of #B63C8B
Complementary color
Monochromatic Colors of #B63C8B
Black with #B63C8B
Text Example
Text Example
White with #B63C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C8B; }
p { color: rgb(182,60,139); }
H1.HeaderClassName
{
color: #B63C8B;
}
.AnyTagClassName
{
color: #B63C8B;
}
</style>
background-color css
<style>
a { background-color: #B63C8B; }
a { background-color: rgb(182,60,139); }
div.DivClassName
{
background-color: #B63C8B;
}
.BgClassName
{
background-color: #B63C8B;
}
</style>
border-color css
<style>
span { border-color: #B63C8B; }
span { border-color: rgb(182,60,139); }
td.TdClassName
{
border-color: #B63C8B;
}
.TagClassName
{
border-color: #B63C8B;
}
</style>