Shades of Medium Violet Red #B61892
Tints of Medium Violet Red #B61892
RGB
CMYK
RGB Variations
Color information
#B61892 (or 0xB61892) is known color: Medium Violet Red. HEX triplet: B6, 18 and 92. RGB value is (182,24,146). Sum of RGB (Red+Green+Blue) = 182+24+146=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B61892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61892 is #49E76D. Grayscale: #545454. Windows color (decimal): -4843374 or 9574582. OLE color: 9574582.
HSL color Cylindrical-coordinate representation of color #B61892: hue angle of 313.67º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B61892 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 24 | 146 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.29 |
| HSL | 313.67º | 0.77% | 0.4% | - |
| HSV(B) | 313.67º | 0.87% | 0.71% | - |
| XYZ | 24.81 | 12.67 | 28.33 | - |
| YUV | 85.15 | 162.35 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 24 | 146 | 0 | 0.87 | 0.20 | 0.29 | 313.67 | 0.77 | 0.4 |
| Hex | B6 | 18 | 92 | 0 | 57 | 14 | 1D | 13A | 4D | 28 |
| Octal | 266 | 30 | 222 | 0 | 127 | 24 | 35 | 472 | 115 | 50 |
| Binary | 10110110 | 11000 | 10010010 | 0 | 1010111 | 10100 | 11101 | 100111010 | 1001101 | 101000 |
Color Harmonies of #B61892
Complementary color
Monochromatic Colors of #B61892
Black with #B61892
Text Example
Text Example
White with #B61892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61892; }
p { color: rgb(182,24,146); }
H1.HeaderClassName
{
color: #B61892;
}
.AnyTagClassName
{
color: #B61892;
}
</style>
background-color css
<style>
a { background-color: #B61892; }
a { background-color: rgb(182,24,146); }
div.DivClassName
{
background-color: #B61892;
}
.BgClassName
{
background-color: #B61892;
}
</style>
border-color css
<style>
span { border-color: #B61892; }
span { border-color: rgb(182,24,146); }
td.TdClassName
{
border-color: #B61892;
}
.TagClassName
{
border-color: #B61892;
}
</style>