Shades of Medium Red Violet #B63589
Tints of Medium Red Violet #B63589
RGB
CMYK
RGB Variations
Color information
#B63589 (or 0xB63589) is known color: Medium Red Violet. HEX triplet: B6, 35 and 89. RGB value is (182,53,137). Sum of RGB (Red+Green+Blue) = 182+53+137=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B63589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63589 is #49CA76. Grayscale: #646464. Windows color (decimal): -4835959 or 8992182. OLE color: 8992182.
HSL color Cylindrical-coordinate representation of color #B63589: hue angle of 320.93º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63589 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 53 | 137 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.29 |
| HSL | 320.93º | 0.55% | 0.46% | - |
| HSV(B) | 320.93º | 0.71% | 0.71% | - |
| XYZ | 25.08 | 14.3 | 25.1 | - |
| YUV | 101.15 | 148.24 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 53 | 137 | 0 | 0.71 | 0.25 | 0.29 | 320.93 | 0.55 | 0.46 |
| Hex | B6 | 35 | 89 | 0 | 47 | 19 | 1D | 141 | 37 | 2E |
| Octal | 266 | 65 | 211 | 0 | 107 | 31 | 35 | 501 | 67 | 56 |
| Binary | 10110110 | 110101 | 10001001 | 0 | 1000111 | 11001 | 11101 | 101000001 | 110111 | 101110 |
Color Harmonies of #B63589
Complementary color
Monochromatic Colors of #B63589
Black with #B63589
Text Example
Text Example
White with #B63589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63589; }
p { color: rgb(182,53,137); }
H1.HeaderClassName
{
color: #B63589;
}
.AnyTagClassName
{
color: #B63589;
}
</style>
background-color css
<style>
a { background-color: #B63589; }
a { background-color: rgb(182,53,137); }
div.DivClassName
{
background-color: #B63589;
}
.BgClassName
{
background-color: #B63589;
}
</style>
border-color css
<style>
span { border-color: #B63589; }
span { border-color: rgb(182,53,137); }
td.TdClassName
{
border-color: #B63589;
}
.TagClassName
{
border-color: #B63589;
}
</style>