Shades of Medium Violet Red #B61A8E
Tints of Medium Violet Red #B61A8E
RGB
CMYK
RGB Variations
Color information
#B61A8E (or 0xB61A8E) is known color: Medium Violet Red. HEX triplet: B6, 1A and 8E. RGB value is (182,26,142). Sum of RGB (Red+Green+Blue) = 182+26+142=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61A8E is #49E571. Grayscale: #555555. Windows color (decimal): -4842866 or 9312950. OLE color: 9312950.
HSL color Cylindrical-coordinate representation of color #B61A8E: hue angle of 315.38º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61A8E is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 26 | 142 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.29 |
| HSL | 315.38º | 0.75% | 0.41% | - |
| HSV(B) | 315.38º | 0.86% | 0.71% | - |
| XYZ | 24.54 | 12.64 | 26.74 | - |
| YUV | 85.87 | 159.68 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 26 | 142 | 0 | 0.86 | 0.22 | 0.29 | 315.38 | 0.75 | 0.41 |
| Hex | B6 | 1A | 8E | 0 | 56 | 16 | 1D | 13B | 4B | 29 |
| Octal | 266 | 32 | 216 | 0 | 126 | 26 | 35 | 473 | 113 | 51 |
| Binary | 10110110 | 11010 | 10001110 | 0 | 1010110 | 10110 | 11101 | 100111011 | 1001011 | 101001 |
Color Harmonies of #B61A8E
Complementary color
Monochromatic Colors of #B61A8E
Black with #B61A8E
Text Example
Text Example
White with #B61A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61A8E; }
p { color: rgb(182,26,142); }
H1.HeaderClassName
{
color: #B61A8E;
}
.AnyTagClassName
{
color: #B61A8E;
}
</style>
background-color css
<style>
a { background-color: #B61A8E; }
a { background-color: rgb(182,26,142); }
div.DivClassName
{
background-color: #B61A8E;
}
.BgClassName
{
background-color: #B61A8E;
}
</style>
border-color css
<style>
span { border-color: #B61A8E; }
span { border-color: rgb(182,26,142); }
td.TdClassName
{
border-color: #B61A8E;
}
.TagClassName
{
border-color: #B61A8E;
}
</style>