Shades of Medium Violet Red #B61A8D
Tints of Medium Violet Red #B61A8D
RGB
CMYK
RGB Variations
Color information
#B61A8D (or 0xB61A8D) is known color: Medium Violet Red. HEX triplet: B6, 1A and 8D. RGB value is (182,26,141). Sum of RGB (Red+Green+Blue) = 182+26+141=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61A8D is #49E572. Grayscale: #555555. Windows color (decimal): -4842867 or 9247414. OLE color: 9247414.
HSL color Cylindrical-coordinate representation of color #B61A8D: hue angle of 315.77º 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 #B61A8D is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 26 | 141 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.29 |
| HSL | 315.77º | 0.75% | 0.41% | - |
| HSV(B) | 315.77º | 0.86% | 0.71% | - |
| XYZ | 24.47 | 12.61 | 26.34 | - |
| YUV | 85.75 | 159.18 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 26 | 141 | 0 | 0.86 | 0.23 | 0.29 | 315.77 | 0.75 | 0.41 |
| Hex | B6 | 1A | 8D | 0 | 56 | 17 | 1D | 13C | 4B | 29 |
| Octal | 266 | 32 | 215 | 0 | 126 | 27 | 35 | 474 | 113 | 51 |
| Binary | 10110110 | 11010 | 10001101 | 0 | 1010110 | 10111 | 11101 | 100111100 | 1001011 | 101001 |
Color Harmonies of #B61A8D
Complementary color
Monochromatic Colors of #B61A8D
Black with #B61A8D
Text Example
Text Example
White with #B61A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61A8D; }
p { color: rgb(182,26,141); }
H1.HeaderClassName
{
color: #B61A8D;
}
.AnyTagClassName
{
color: #B61A8D;
}
</style>
background-color css
<style>
a { background-color: #B61A8D; }
a { background-color: rgb(182,26,141); }
div.DivClassName
{
background-color: #B61A8D;
}
.BgClassName
{
background-color: #B61A8D;
}
</style>
border-color css
<style>
span { border-color: #B61A8D; }
span { border-color: rgb(182,26,141); }
td.TdClassName
{
border-color: #B61A8D;
}
.TagClassName
{
border-color: #B61A8D;
}
</style>