Shades of Medium Red Violet #B63D80
Tints of Medium Red Violet #B63D80
RGB
CMYK
RGB Variations
Color information
#B63D80 (or 0xB63D80) is known color: Medium Red Violet. HEX triplet: B6, 3D and 80. RGB value is (182,61,128). Sum of RGB (Red+Green+Blue) = 182+61+128=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63D80 is #49C27F. Grayscale: #686868. Windows color (decimal): -4833920 or 8404406. OLE color: 8404406.
HSL color Cylindrical-coordinate representation of color #B63D80: hue angle of 326.78º 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 #B63D80 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 128 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.29 |
| HSL | 326.78º | 0.5% | 0.48% | - |
| HSV(B) | 326.78º | 0.66% | 0.71% | - |
| XYZ | 24.86 | 14.84 | 21.98 | - |
| YUV | 104.82 | 141.09 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 128 | 0 | 0.66 | 0.30 | 0.29 | 326.78 | 0.5 | 0.48 |
| Hex | B6 | 3D | 80 | 0 | 42 | 1E | 1D | 147 | 32 | 30 |
| Octal | 266 | 75 | 200 | 0 | 102 | 36 | 35 | 507 | 62 | 60 |
| Binary | 10110110 | 111101 | 10000000 | 0 | 1000010 | 11110 | 11101 | 101000111 | 110010 | 110000 |
Color Harmonies of #B63D80
Complementary color
Monochromatic Colors of #B63D80
Black with #B63D80
Text Example
Text Example
White with #B63D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D80; }
p { color: rgb(182,61,128); }
H1.HeaderClassName
{
color: #B63D80;
}
.AnyTagClassName
{
color: #B63D80;
}
</style>
background-color css
<style>
a { background-color: #B63D80; }
a { background-color: rgb(182,61,128); }
div.DivClassName
{
background-color: #B63D80;
}
.BgClassName
{
background-color: #B63D80;
}
</style>
border-color css
<style>
span { border-color: #B63D80; }
span { border-color: rgb(182,61,128); }
td.TdClassName
{
border-color: #B63D80;
}
.TagClassName
{
border-color: #B63D80;
}
</style>