Shades of Medium Red Violet #B63F9E
Tints of Medium Red Violet #B63F9E
RGB
CMYK
RGB Variations
Color information
#B63F9E (or 0xB63F9E) is known color: Medium Red Violet. HEX triplet: B6, 3F and 9E. RGB value is (182,63,158). Sum of RGB (Red+Green+Blue) = 182+63+158=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63F9E is #49C061. Grayscale: #6D6D6D. Windows color (decimal): -4833378 or 10370998. OLE color: 10370998.
HSL color Cylindrical-coordinate representation of color #B63F9E: hue angle of 312.1º 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 #B63F9E is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 158 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.29 |
| HSL | 312.1º | 0.49% | 0.48% | - |
| HSV(B) | 312.1º | 0.65% | 0.71% | - |
| XYZ | 27.24 | 15.97 | 33.99 | - |
| YUV | 109.41 | 155.42 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 158 | 0 | 0.65 | 0.13 | 0.29 | 312.1 | 0.49 | 0.48 |
| Hex | B6 | 3F | 9E | 0 | 41 | D | 1D | 138 | 31 | 30 |
| Octal | 266 | 77 | 236 | 0 | 101 | 15 | 35 | 470 | 61 | 60 |
| Binary | 10110110 | 111111 | 10011110 | 0 | 1000001 | 1101 | 11101 | 100111000 | 110001 | 110000 |
Color Harmonies of #B63F9E
Complementary color
Monochromatic Colors of #B63F9E
Black with #B63F9E
Text Example
Text Example
White with #B63F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F9E; }
p { color: rgb(182,63,158); }
H1.HeaderClassName
{
color: #B63F9E;
}
.AnyTagClassName
{
color: #B63F9E;
}
</style>
background-color css
<style>
a { background-color: #B63F9E; }
a { background-color: rgb(182,63,158); }
div.DivClassName
{
background-color: #B63F9E;
}
.BgClassName
{
background-color: #B63F9E;
}
</style>
border-color css
<style>
span { border-color: #B63F9E; }
span { border-color: rgb(182,63,158); }
td.TdClassName
{
border-color: #B63F9E;
}
.TagClassName
{
border-color: #B63F9E;
}
</style>