Shades of Medium Violet Red #B61277
Tints of Medium Violet Red #B61277
RGB
CMYK
RGB Variations
Color information
#B61277 (or 0xB61277) is known color: Medium Violet Red. HEX triplet: B6, 12 and 77. RGB value is (182,18,119). Sum of RGB (Red+Green+Blue) = 182+18+119=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B61277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61277 is #49ED88. Grayscale: #4E4E4E. Windows color (decimal): -4844937 or 7803574. OLE color: 7803574.
HSL color Cylindrical-coordinate representation of color #B61277: hue angle of 323.05º 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 #B61277 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 18 | 119 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.29 |
| HSL | 323.05º | 0.82% | 0.39% | - |
| HSV(B) | 323.05º | 0.9% | 0.71% | - |
| XYZ | 22.84 | 11.71 | 18.51 | - |
| YUV | 78.55 | 150.83 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 18 | 119 | 0 | 0.90 | 0.35 | 0.29 | 323.05 | 0.82 | 0.39 |
| Hex | B6 | 12 | 77 | 0 | 5A | 23 | 1D | 143 | 52 | 27 |
| Octal | 266 | 22 | 167 | 0 | 132 | 43 | 35 | 503 | 122 | 47 |
| Binary | 10110110 | 10010 | 1110111 | 0 | 1011010 | 100011 | 11101 | 101000011 | 1010010 | 100111 |
Color Harmonies of #B61277
Complementary color
Monochromatic Colors of #B61277
Black with #B61277
Text Example
Text Example
White with #B61277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61277; }
p { color: rgb(182,18,119); }
H1.HeaderClassName
{
color: #B61277;
}
.AnyTagClassName
{
color: #B61277;
}
</style>
background-color css
<style>
a { background-color: #B61277; }
a { background-color: rgb(182,18,119); }
div.DivClassName
{
background-color: #B61277;
}
.BgClassName
{
background-color: #B61277;
}
</style>
border-color css
<style>
span { border-color: #B61277; }
span { border-color: rgb(182,18,119); }
td.TdClassName
{
border-color: #B61277;
}
.TagClassName
{
border-color: #B61277;
}
</style>