Shades of Medium Violet Red #B61087
Tints of Medium Violet Red #B61087
RGB
CMYK
RGB Variations
Color information
#B61087 (or 0xB61087) is known color: Medium Violet Red. HEX triplet: B6, 10 and 87. RGB value is (182,16,135). Sum of RGB (Red+Green+Blue) = 182+16+135=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B61087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61087 is #49EF78. Grayscale: #4E4E4E. Windows color (decimal): -4845433 or 8851638. OLE color: 8851638.
HSL color Cylindrical-coordinate representation of color #B61087: hue angle of 316.99º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61087 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 16 | 135 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.29 |
| HSL | 316.99º | 0.84% | 0.39% | - |
| HSV(B) | 316.99º | 0.91% | 0.71% | - |
| XYZ | 23.85 | 12.06 | 23.99 | - |
| YUV | 79.2 | 159.5 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 16 | 135 | 0 | 0.91 | 0.26 | 0.29 | 316.99 | 0.84 | 0.39 |
| Hex | B6 | 10 | 87 | 0 | 5B | 1A | 1D | 13D | 54 | 27 |
| Octal | 266 | 20 | 207 | 0 | 133 | 32 | 35 | 475 | 124 | 47 |
| Binary | 10110110 | 10000 | 10000111 | 0 | 1011011 | 11010 | 11101 | 100111101 | 1010100 | 100111 |
Color Harmonies of #B61087
Complementary color
Monochromatic Colors of #B61087
Black with #B61087
Text Example
Text Example
White with #B61087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61087; }
p { color: rgb(182,16,135); }
H1.HeaderClassName
{
color: #B61087;
}
.AnyTagClassName
{
color: #B61087;
}
</style>
background-color css
<style>
a { background-color: #B61087; }
a { background-color: rgb(182,16,135); }
div.DivClassName
{
background-color: #B61087;
}
.BgClassName
{
background-color: #B61087;
}
</style>
border-color css
<style>
span { border-color: #B61087; }
span { border-color: rgb(182,16,135); }
td.TdClassName
{
border-color: #B61087;
}
.TagClassName
{
border-color: #B61087;
}
</style>