Shades of Medium Red Violet #B63681
Tints of Medium Red Violet #B63681
RGB
CMYK
RGB Variations
Color information
#B63681 (or 0xB63681) is known color: Medium Red Violet. HEX triplet: B6, 36 and 81. RGB value is (182,54,129). Sum of RGB (Red+Green+Blue) = 182+54+129=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B63681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63681 is #49C97E. Grayscale: #646464. Windows color (decimal): -4835711 or 8468150. OLE color: 8468150.
HSL color Cylindrical-coordinate representation of color #B63681: hue angle of 324.84º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63681 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 129 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.29 |
| HSL | 324.84º | 0.54% | 0.46% | - |
| HSV(B) | 324.84º | 0.7% | 0.71% | - |
| XYZ | 24.57 | 14.17 | 22.21 | - |
| YUV | 100.82 | 143.91 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 129 | 0 | 0.70 | 0.29 | 0.29 | 324.84 | 0.54 | 0.46 |
| Hex | B6 | 36 | 81 | 0 | 46 | 1D | 1D | 145 | 36 | 2E |
| Octal | 266 | 66 | 201 | 0 | 106 | 35 | 35 | 505 | 66 | 56 |
| Binary | 10110110 | 110110 | 10000001 | 0 | 1000110 | 11101 | 11101 | 101000101 | 110110 | 101110 |
Color Harmonies of #B63681
Complementary color
Monochromatic Colors of #B63681
Black with #B63681
Text Example
Text Example
White with #B63681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63681; }
p { color: rgb(182,54,129); }
H1.HeaderClassName
{
color: #B63681;
}
.AnyTagClassName
{
color: #B63681;
}
</style>
background-color css
<style>
a { background-color: #B63681; }
a { background-color: rgb(182,54,129); }
div.DivClassName
{
background-color: #B63681;
}
.BgClassName
{
background-color: #B63681;
}
</style>
border-color css
<style>
span { border-color: #B63681; }
span { border-color: rgb(182,54,129); }
td.TdClassName
{
border-color: #B63681;
}
.TagClassName
{
border-color: #B63681;
}
</style>