Shades of Medium Violet Red #B61490
Tints of Medium Violet Red #B61490
RGB
CMYK
RGB Variations
Color information
#B61490 (or 0xB61490) is known color: Medium Violet Red. HEX triplet: B6, 14 and 90. RGB value is (182,20,144). Sum of RGB (Red+Green+Blue) = 182+20+144=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B61490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61490 is #49EB6F. Grayscale: #525252. Windows color (decimal): -4844400 or 9442486. OLE color: 9442486.
HSL color Cylindrical-coordinate representation of color #B61490: hue angle of 314.07º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B61490 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 20 | 144 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.29 |
| HSL | 314.07º | 0.8% | 0.4% | - |
| HSV(B) | 314.07º | 0.89% | 0.71% | - |
| XYZ | 24.58 | 12.46 | 27.5 | - |
| YUV | 82.57 | 162.67 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 20 | 144 | 0 | 0.89 | 0.21 | 0.29 | 314.07 | 0.8 | 0.4 |
| Hex | B6 | 14 | 90 | 0 | 59 | 15 | 1D | 13A | 50 | 28 |
| Octal | 266 | 24 | 220 | 0 | 131 | 25 | 35 | 472 | 120 | 50 |
| Binary | 10110110 | 10100 | 10010000 | 0 | 1011001 | 10101 | 11101 | 100111010 | 1010000 | 101000 |
Color Harmonies of #B61490
Complementary color
Monochromatic Colors of #B61490
Black with #B61490
Text Example
Text Example
White with #B61490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61490; }
p { color: rgb(182,20,144); }
H1.HeaderClassName
{
color: #B61490;
}
.AnyTagClassName
{
color: #B61490;
}
</style>
background-color css
<style>
a { background-color: #B61490; }
a { background-color: rgb(182,20,144); }
div.DivClassName
{
background-color: #B61490;
}
.BgClassName
{
background-color: #B61490;
}
</style>
border-color css
<style>
span { border-color: #B61490; }
span { border-color: rgb(182,20,144); }
td.TdClassName
{
border-color: #B61490;
}
.TagClassName
{
border-color: #B61490;
}
</style>