Shades of Medium Violet Red #B61FA0
Tints of Medium Violet Red #B61FA0
RGB
CMYK
RGB Variations
Color information
#B61FA0 (or 0xB61FA0) is known color: Medium Violet Red. HEX triplet: B6, 1F and A0. RGB value is (182,31,160). Sum of RGB (Red+Green+Blue) = 182+31+160=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B61FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61FA0 is #49E05F. Grayscale: #5A5A5A. Windows color (decimal): -4841568 or 10493878. OLE color: 10493878.
HSL color Cylindrical-coordinate representation of color #B61FA0: hue angle of 308.74º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B61FA0 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 31 | 160 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.29 |
| HSL | 308.74º | 0.71% | 0.42% | - |
| HSV(B) | 308.74º | 0.83% | 0.71% | - |
| XYZ | 26.13 | 13.46 | 34.48 | - |
| YUV | 90.86 | 167.03 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 31 | 160 | 0 | 0.83 | 0.12 | 0.29 | 308.74 | 0.71 | 0.42 |
| Hex | B6 | 1F | A0 | 0 | 53 | C | 1D | 135 | 47 | 2A |
| Octal | 266 | 37 | 240 | 0 | 123 | 14 | 35 | 465 | 107 | 52 |
| Binary | 10110110 | 11111 | 10100000 | 0 | 1010011 | 1100 | 11101 | 100110101 | 1000111 | 101010 |
Color Harmonies of #B61FA0
Complementary color
Monochromatic Colors of #B61FA0
Black with #B61FA0
Text Example
Text Example
White with #B61FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61FA0; }
p { color: rgb(182,31,160); }
H1.HeaderClassName
{
color: #B61FA0;
}
.AnyTagClassName
{
color: #B61FA0;
}
</style>
background-color css
<style>
a { background-color: #B61FA0; }
a { background-color: rgb(182,31,160); }
div.DivClassName
{
background-color: #B61FA0;
}
.BgClassName
{
background-color: #B61FA0;
}
</style>
border-color css
<style>
span { border-color: #B61FA0; }
span { border-color: rgb(182,31,160); }
td.TdClassName
{
border-color: #B61FA0;
}
.TagClassName
{
border-color: #B61FA0;
}
</style>