Shades of Medium Red Violet #B63085
Tints of Medium Red Violet #B63085
RGB
CMYK
RGB Variations
Color information
#B63085 (or 0xB63085) is known color: Medium Red Violet. HEX triplet: B6, 30 and 85. RGB value is (182,48,133). Sum of RGB (Red+Green+Blue) = 182+48+133=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B63085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63085 is #49CF7A. Grayscale: #616161. Windows color (decimal): -4837243 or 8728758. OLE color: 8728758.
HSL color Cylindrical-coordinate representation of color #B63085: hue angle of 321.94º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63085 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 48 | 133 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.29 |
| HSL | 321.94º | 0.58% | 0.45% | - |
| HSV(B) | 321.94º | 0.74% | 0.71% | - |
| XYZ | 24.58 | 13.75 | 23.55 | - |
| YUV | 97.76 | 147.89 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 133 | 0 | 0.74 | 0.27 | 0.29 | 321.94 | 0.58 | 0.45 |
| Hex | B6 | 30 | 85 | 0 | 4A | 1B | 1D | 142 | 3A | 2D |
| Octal | 266 | 60 | 205 | 0 | 112 | 33 | 35 | 502 | 72 | 55 |
| Binary | 10110110 | 110000 | 10000101 | 0 | 1001010 | 11011 | 11101 | 101000010 | 111010 | 101101 |
Color Harmonies of #B63085
Complementary color
Monochromatic Colors of #B63085
Black with #B63085
Text Example
Text Example
White with #B63085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63085; }
p { color: rgb(182,48,133); }
H1.HeaderClassName
{
color: #B63085;
}
.AnyTagClassName
{
color: #B63085;
}
</style>
background-color css
<style>
a { background-color: #B63085; }
a { background-color: rgb(182,48,133); }
div.DivClassName
{
background-color: #B63085;
}
.BgClassName
{
background-color: #B63085;
}
</style>
border-color css
<style>
span { border-color: #B63085; }
span { border-color: rgb(182,48,133); }
td.TdClassName
{
border-color: #B63085;
}
.TagClassName
{
border-color: #B63085;
}
</style>