Shades of Medium Violet Red #B61389
Tints of Medium Violet Red #B61389
RGB
CMYK
RGB Variations
Color information
#B61389 (or 0xB61389) is known color: Medium Violet Red. HEX triplet: B6, 13 and 89. RGB value is (182,19,137). Sum of RGB (Red+Green+Blue) = 182+19+137=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B61389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61389 is #49EC76. Grayscale: #505050. Windows color (decimal): -4844663 or 8983478. OLE color: 8983478.
HSL color Cylindrical-coordinate representation of color #B61389: hue angle of 316.56º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61389 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 19 | 137 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.29 |
| HSL | 316.56º | 0.81% | 0.39% | - |
| HSV(B) | 316.56º | 0.9% | 0.71% | - |
| XYZ | 24.04 | 12.22 | 24.76 | - |
| YUV | 81.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 137 | 0 | 0.90 | 0.25 | 0.29 | 316.56 | 0.81 | 0.39 |
| Hex | B6 | 13 | 89 | 0 | 5A | 19 | 1D | 13D | 51 | 27 |
| Octal | 266 | 23 | 211 | 0 | 132 | 31 | 35 | 475 | 121 | 47 |
| Binary | 10110110 | 10011 | 10001001 | 0 | 1011010 | 11001 | 11101 | 100111101 | 1010001 | 100111 |
Color Harmonies of #B61389
Complementary color
Monochromatic Colors of #B61389
Black with #B61389
Text Example
Text Example
White with #B61389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61389; }
p { color: rgb(182,19,137); }
H1.HeaderClassName
{
color: #B61389;
}
.AnyTagClassName
{
color: #B61389;
}
</style>
background-color css
<style>
a { background-color: #B61389; }
a { background-color: rgb(182,19,137); }
div.DivClassName
{
background-color: #B61389;
}
.BgClassName
{
background-color: #B61389;
}
</style>
border-color css
<style>
span { border-color: #B61389; }
span { border-color: rgb(182,19,137); }
td.TdClassName
{
border-color: #B61389;
}
.TagClassName
{
border-color: #B61389;
}
</style>