Shades of Medium Red Violet #B63F93
Tints of Medium Red Violet #B63F93
RGB
CMYK
RGB Variations
Color information
#B63F93 (or 0xB63F93) is known color: Medium Red Violet. HEX triplet: B6, 3F and 93. RGB value is (182,63,147). Sum of RGB (Red+Green+Blue) = 182+63+147=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63F93 is #49C06C. Grayscale: #6B6B6B. Windows color (decimal): -4833389 or 9650102. OLE color: 9650102.
HSL color Cylindrical-coordinate representation of color #B63F93: hue angle of 317.65º 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 #B63F93 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 147 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.29 |
| HSL | 317.65º | 0.49% | 0.48% | - |
| HSV(B) | 317.65º | 0.65% | 0.71% | - |
| XYZ | 26.34 | 15.61 | 29.23 | - |
| YUV | 108.16 | 149.92 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 147 | 0 | 0.65 | 0.19 | 0.29 | 317.65 | 0.49 | 0.48 |
| Hex | B6 | 3F | 93 | 0 | 41 | 13 | 1D | 13E | 31 | 30 |
| Octal | 266 | 77 | 223 | 0 | 101 | 23 | 35 | 476 | 61 | 60 |
| Binary | 10110110 | 111111 | 10010011 | 0 | 1000001 | 10011 | 11101 | 100111110 | 110001 | 110000 |
Color Harmonies of #B63F93
Complementary color
Monochromatic Colors of #B63F93
Black with #B63F93
Text Example
Text Example
White with #B63F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F93; }
p { color: rgb(182,63,147); }
H1.HeaderClassName
{
color: #B63F93;
}
.AnyTagClassName
{
color: #B63F93;
}
</style>
background-color css
<style>
a { background-color: #B63F93; }
a { background-color: rgb(182,63,147); }
div.DivClassName
{
background-color: #B63F93;
}
.BgClassName
{
background-color: #B63F93;
}
</style>
border-color css
<style>
span { border-color: #B63F93; }
span { border-color: rgb(182,63,147); }
td.TdClassName
{
border-color: #B63F93;
}
.TagClassName
{
border-color: #B63F93;
}
</style>