Shades of Medium Red Violet #B63D9F
Tints of Medium Red Violet #B63D9F
RGB
CMYK
RGB Variations
Color information
#B63D9F (or 0xB63D9F) is known color: Medium Red Violet. HEX triplet: B6, 3D and 9F. RGB value is (182,61,159). Sum of RGB (Red+Green+Blue) = 182+61+159=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63D9F is #49C260. Grayscale: #6C6C6C. Windows color (decimal): -4833889 or 10436022. OLE color: 10436022.
HSL color Cylindrical-coordinate representation of color #B63D9F: hue angle of 311.4º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63D9F is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 159 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.29 |
| HSL | 311.41º | 0.5% | 0.48% | - |
| HSV(B) | 311.41º | 0.66% | 0.71% | - |
| XYZ | 27.22 | 15.79 | 34.41 | - |
| YUV | 108.35 | 156.59 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 159 | 0 | 0.66 | 0.13 | 0.29 | 311.41 | 0.5 | 0.48 |
| Hex | B6 | 3D | 9F | 0 | 42 | D | 1D | 137 | 32 | 30 |
| Octal | 266 | 75 | 237 | 0 | 102 | 15 | 35 | 467 | 62 | 60 |
| Binary | 10110110 | 111101 | 10011111 | 0 | 1000010 | 1101 | 11101 | 100110111 | 110010 | 110000 |
Color Harmonies of #B63D9F
Complementary color
Monochromatic Colors of #B63D9F
Black with #B63D9F
Text Example
Text Example
White with #B63D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D9F; }
p { color: rgb(182,61,159); }
H1.HeaderClassName
{
color: #B63D9F;
}
.AnyTagClassName
{
color: #B63D9F;
}
</style>
background-color css
<style>
a { background-color: #B63D9F; }
a { background-color: rgb(182,61,159); }
div.DivClassName
{
background-color: #B63D9F;
}
.BgClassName
{
background-color: #B63D9F;
}
</style>
border-color css
<style>
span { border-color: #B63D9F; }
span { border-color: rgb(182,61,159); }
td.TdClassName
{
border-color: #B63D9F;
}
.TagClassName
{
border-color: #B63D9F;
}
</style>