Shades of Medium Red Violet #B63F91
Tints of Medium Red Violet #B63F91
RGB
CMYK
RGB Variations
Color information
#B63F91 (or 0xB63F91) is known color: Medium Red Violet. HEX triplet: B6, 3F and 91. RGB value is (182,63,145). Sum of RGB (Red+Green+Blue) = 182+63+145=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63F91 is #49C06E. Grayscale: #6B6B6B. Windows color (decimal): -4833391 or 9519030. OLE color: 9519030.
HSL color Cylindrical-coordinate representation of color #B63F91: hue angle of 318.66º 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 #B63F91 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 145 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.29 |
| HSL | 318.66º | 0.49% | 0.48% | - |
| HSV(B) | 318.66º | 0.65% | 0.71% | - |
| XYZ | 26.18 | 15.54 | 28.41 | - |
| YUV | 107.93 | 148.92 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 145 | 0 | 0.65 | 0.20 | 0.29 | 318.66 | 0.49 | 0.48 |
| Hex | B6 | 3F | 91 | 0 | 41 | 14 | 1D | 13F | 31 | 30 |
| Octal | 266 | 77 | 221 | 0 | 101 | 24 | 35 | 477 | 61 | 60 |
| Binary | 10110110 | 111111 | 10010001 | 0 | 1000001 | 10100 | 11101 | 100111111 | 110001 | 110000 |
Color Harmonies of #B63F91
Complementary color
Monochromatic Colors of #B63F91
Black with #B63F91
Text Example
Text Example
White with #B63F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F91; }
p { color: rgb(182,63,145); }
H1.HeaderClassName
{
color: #B63F91;
}
.AnyTagClassName
{
color: #B63F91;
}
</style>
background-color css
<style>
a { background-color: #B63F91; }
a { background-color: rgb(182,63,145); }
div.DivClassName
{
background-color: #B63F91;
}
.BgClassName
{
background-color: #B63F91;
}
</style>
border-color css
<style>
span { border-color: #B63F91; }
span { border-color: rgb(182,63,145); }
td.TdClassName
{
border-color: #B63F91;
}
.TagClassName
{
border-color: #B63F91;
}
</style>