Shades of Medium Red Violet #B63885
Tints of Medium Red Violet #B63885
RGB
CMYK
RGB Variations
Color information
#B63885 (or 0xB63885) is known color: Medium Red Violet. HEX triplet: B6, 38 and 85. RGB value is (182,56,133). Sum of RGB (Red+Green+Blue) = 182+56+133=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B63885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63885 is #49C77A. Grayscale: #666666. Windows color (decimal): -4835195 or 8730806. OLE color: 8730806.
HSL color Cylindrical-coordinate representation of color #B63885: hue angle of 323.33º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63885 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 56 | 133 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.29 |
| HSL | 323.33º | 0.53% | 0.47% | - |
| HSV(B) | 323.33º | 0.69% | 0.71% | - |
| XYZ | 24.94 | 14.47 | 23.67 | - |
| YUV | 102.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 56 | 133 | 0 | 0.69 | 0.27 | 0.29 | 323.33 | 0.53 | 0.47 |
| Hex | B6 | 38 | 85 | 0 | 45 | 1B | 1D | 143 | 35 | 2F |
| Octal | 266 | 70 | 205 | 0 | 105 | 33 | 35 | 503 | 65 | 57 |
| Binary | 10110110 | 111000 | 10000101 | 0 | 1000101 | 11011 | 11101 | 101000011 | 110101 | 101111 |
Color Harmonies of #B63885
Complementary color
Monochromatic Colors of #B63885
Black with #B63885
Text Example
Text Example
White with #B63885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63885; }
p { color: rgb(182,56,133); }
H1.HeaderClassName
{
color: #B63885;
}
.AnyTagClassName
{
color: #B63885;
}
</style>
background-color css
<style>
a { background-color: #B63885; }
a { background-color: rgb(182,56,133); }
div.DivClassName
{
background-color: #B63885;
}
.BgClassName
{
background-color: #B63885;
}
</style>
border-color css
<style>
span { border-color: #B63885; }
span { border-color: rgb(182,56,133); }
td.TdClassName
{
border-color: #B63885;
}
.TagClassName
{
border-color: #B63885;
}
</style>