Shades of Medium Violet Red #B61990
Tints of Medium Violet Red #B61990
RGB
CMYK
RGB Variations
Color information
#B61990 (or 0xB61990) is known color: Medium Violet Red. HEX triplet: B6, 19 and 90. RGB value is (182,25,144). Sum of RGB (Red+Green+Blue) = 182+25+144=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B61990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61990 is #49E66F. Grayscale: #555555. Windows color (decimal): -4843120 or 9443766. OLE color: 9443766.
HSL color Cylindrical-coordinate representation of color #B61990: hue angle of 314.52º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61990 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 25 | 144 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.29 |
| HSL | 314.52º | 0.76% | 0.41% | - |
| HSV(B) | 314.52º | 0.86% | 0.71% | - |
| XYZ | 24.67 | 12.65 | 27.53 | - |
| YUV | 85.51 | 161.01 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 144 | 0 | 0.86 | 0.21 | 0.29 | 314.52 | 0.76 | 0.41 |
| Hex | B6 | 19 | 90 | 0 | 56 | 15 | 1D | 13B | 4C | 29 |
| Octal | 266 | 31 | 220 | 0 | 126 | 25 | 35 | 473 | 114 | 51 |
| Binary | 10110110 | 11001 | 10010000 | 0 | 1010110 | 10101 | 11101 | 100111011 | 1001100 | 101001 |
Color Harmonies of #B61990
Complementary color
Monochromatic Colors of #B61990
Black with #B61990
Text Example
Text Example
White with #B61990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61990; }
p { color: rgb(182,25,144); }
H1.HeaderClassName
{
color: #B61990;
}
.AnyTagClassName
{
color: #B61990;
}
</style>
background-color css
<style>
a { background-color: #B61990; }
a { background-color: rgb(182,25,144); }
div.DivClassName
{
background-color: #B61990;
}
.BgClassName
{
background-color: #B61990;
}
</style>
border-color css
<style>
span { border-color: #B61990; }
span { border-color: rgb(182,25,144); }
td.TdClassName
{
border-color: #B61990;
}
.TagClassName
{
border-color: #B61990;
}
</style>