Shades of Medium Red Violet #B63F9C
Tints of Medium Red Violet #B63F9C
RGB
CMYK
RGB Variations
Color information
#B63F9C (or 0xB63F9C) is known color: Medium Red Violet. HEX triplet: B6, 3F and 9C. RGB value is (182,63,156). Sum of RGB (Red+Green+Blue) = 182+63+156=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63F9C is #49C063. Grayscale: #6C6C6C. Windows color (decimal): -4833380 or 10239926. OLE color: 10239926.
HSL color Cylindrical-coordinate representation of color #B63F9C: hue angle of 313.11º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B63F9C is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 156 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.29 |
| HSL | 313.11º | 0.49% | 0.48% | - |
| HSV(B) | 313.11º | 0.65% | 0.71% | - |
| XYZ | 27.07 | 15.9 | 33.09 | - |
| YUV | 109.18 | 154.42 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 156 | 0 | 0.65 | 0.14 | 0.29 | 313.11 | 0.49 | 0.48 |
| Hex | B6 | 3F | 9C | 0 | 41 | E | 1D | 139 | 31 | 30 |
| Octal | 266 | 77 | 234 | 0 | 101 | 16 | 35 | 471 | 61 | 60 |
| Binary | 10110110 | 111111 | 10011100 | 0 | 1000001 | 1110 | 11101 | 100111001 | 110001 | 110000 |
Color Harmonies of #B63F9C
Complementary color
Monochromatic Colors of #B63F9C
Black with #B63F9C
Text Example
Text Example
White with #B63F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F9C; }
p { color: rgb(182,63,156); }
H1.HeaderClassName
{
color: #B63F9C;
}
.AnyTagClassName
{
color: #B63F9C;
}
</style>
background-color css
<style>
a { background-color: #B63F9C; }
a { background-color: rgb(182,63,156); }
div.DivClassName
{
background-color: #B63F9C;
}
.BgClassName
{
background-color: #B63F9C;
}
</style>
border-color css
<style>
span { border-color: #B63F9C; }
span { border-color: rgb(182,63,156); }
td.TdClassName
{
border-color: #B63F9C;
}
.TagClassName
{
border-color: #B63F9C;
}
</style>