Shades of Medium Violet Red #B61376
Tints of Medium Violet Red #B61376
RGB
CMYK
RGB Variations
Color information
#B61376 (or 0xB61376) is known color: Medium Violet Red. HEX triplet: B6, 13 and 76. RGB value is (182,19,118). Sum of RGB (Red+Green+Blue) = 182+19+118=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B61376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61376 is #49EC89. Grayscale: #4E4E4E. Windows color (decimal): -4844682 or 7738294. OLE color: 7738294.
HSL color Cylindrical-coordinate representation of color #B61376: hue angle of 323.56º degrees, saturation: 0.81, 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 #B61376 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 19 | 118 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.29 |
| HSL | 323.56º | 0.81% | 0.39% | - |
| HSV(B) | 323.56º | 0.9% | 0.71% | - |
| XYZ | 22.79 | 11.72 | 18.2 | - |
| YUV | 79.02 | 150 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 118 | 0 | 0.90 | 0.35 | 0.29 | 323.56 | 0.81 | 0.39 |
| Hex | B6 | 13 | 76 | 0 | 5A | 23 | 1D | 144 | 51 | 27 |
| Octal | 266 | 23 | 166 | 0 | 132 | 43 | 35 | 504 | 121 | 47 |
| Binary | 10110110 | 10011 | 1110110 | 0 | 1011010 | 100011 | 11101 | 101000100 | 1010001 | 100111 |
Color Harmonies of #B61376
Complementary color
Monochromatic Colors of #B61376
Black with #B61376
Text Example
Text Example
White with #B61376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61376; }
p { color: rgb(182,19,118); }
H1.HeaderClassName
{
color: #B61376;
}
.AnyTagClassName
{
color: #B61376;
}
</style>
background-color css
<style>
a { background-color: #B61376; }
a { background-color: rgb(182,19,118); }
div.DivClassName
{
background-color: #B61376;
}
.BgClassName
{
background-color: #B61376;
}
</style>
border-color css
<style>
span { border-color: #B61376; }
span { border-color: rgb(182,19,118); }
td.TdClassName
{
border-color: #B61376;
}
.TagClassName
{
border-color: #B61376;
}
</style>