Shades of Medium Violet Red #B61295
Tints of Medium Violet Red #B61295
RGB
CMYK
RGB Variations
Color information
#B61295 (or 0xB61295) is known color: Medium Violet Red. HEX triplet: B6, 12 and 95. RGB value is (182,18,149). Sum of RGB (Red+Green+Blue) = 182+18+149=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B61295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61295 is #49ED6A. Grayscale: #515151. Windows color (decimal): -4844907 or 9769654. OLE color: 9769654.
HSL color Cylindrical-coordinate representation of color #B61295: hue angle of 312.07º 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 #B61295 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 18 | 149 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.29 |
| HSL | 312.07º | 0.82% | 0.39% | - |
| HSV(B) | 312.07º | 0.9% | 0.71% | - |
| XYZ | 24.93 | 12.55 | 29.54 | - |
| YUV | 81.97 | 165.83 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 18 | 149 | 0 | 0.90 | 0.18 | 0.29 | 312.07 | 0.82 | 0.39 |
| Hex | B6 | 12 | 95 | 0 | 5A | 12 | 1D | 138 | 52 | 27 |
| Octal | 266 | 22 | 225 | 0 | 132 | 22 | 35 | 470 | 122 | 47 |
| Binary | 10110110 | 10010 | 10010101 | 0 | 1011010 | 10010 | 11101 | 100111000 | 1010010 | 100111 |
Color Harmonies of #B61295
Complementary color
Monochromatic Colors of #B61295
Black with #B61295
Text Example
Text Example
White with #B61295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61295; }
p { color: rgb(182,18,149); }
H1.HeaderClassName
{
color: #B61295;
}
.AnyTagClassName
{
color: #B61295;
}
</style>
background-color css
<style>
a { background-color: #B61295; }
a { background-color: rgb(182,18,149); }
div.DivClassName
{
background-color: #B61295;
}
.BgClassName
{
background-color: #B61295;
}
</style>
border-color css
<style>
span { border-color: #B61295; }
span { border-color: rgb(182,18,149); }
td.TdClassName
{
border-color: #B61295;
}
.TagClassName
{
border-color: #B61295;
}
</style>