Shades of Medium Violet Red #B61291
Tints of Medium Violet Red #B61291
RGB
CMYK
RGB Variations
Color information
#B61291 (or 0xB61291) is known color: Medium Violet Red. HEX triplet: B6, 12 and 91. RGB value is (182,18,145). Sum of RGB (Red+Green+Blue) = 182+18+145=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B61291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61291 is #49ED6E. Grayscale: #515151. Windows color (decimal): -4844911 or 9507510. OLE color: 9507510.
HSL color Cylindrical-coordinate representation of color #B61291: hue angle of 313.54º degrees, saturation: 0.82, 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 #B61291 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 18 | 145 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.29 |
| HSL | 313.54º | 0.82% | 0.39% | - |
| HSV(B) | 313.54º | 0.9% | 0.71% | - |
| XYZ | 24.62 | 12.42 | 27.89 | - |
| YUV | 81.51 | 163.83 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 18 | 145 | 0 | 0.90 | 0.20 | 0.29 | 313.54 | 0.82 | 0.39 |
| Hex | B6 | 12 | 91 | 0 | 5A | 14 | 1D | 13A | 52 | 27 |
| Octal | 266 | 22 | 221 | 0 | 132 | 24 | 35 | 472 | 122 | 47 |
| Binary | 10110110 | 10010 | 10010001 | 0 | 1011010 | 10100 | 11101 | 100111010 | 1010010 | 100111 |
Color Harmonies of #B61291
Complementary color
Monochromatic Colors of #B61291
Black with #B61291
Text Example
Text Example
White with #B61291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61291; }
p { color: rgb(182,18,145); }
H1.HeaderClassName
{
color: #B61291;
}
.AnyTagClassName
{
color: #B61291;
}
</style>
background-color css
<style>
a { background-color: #B61291; }
a { background-color: rgb(182,18,145); }
div.DivClassName
{
background-color: #B61291;
}
.BgClassName
{
background-color: #B61291;
}
</style>
border-color css
<style>
span { border-color: #B61291; }
span { border-color: rgb(182,18,145); }
td.TdClassName
{
border-color: #B61291;
}
.TagClassName
{
border-color: #B61291;
}
</style>