Shades of Medium Red Violet #B62471
Tints of Medium Red Violet #B62471
RGB
CMYK
RGB Variations
Color information
#B62471 (or 0xB62471) is known color: Medium Red Violet. HEX triplet: B6, 24 and 71. RGB value is (182,36,113). Sum of RGB (Red+Green+Blue) = 182+36+113=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B62471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62471 is #49DB8E. Grayscale: #585858. Windows color (decimal): -4840335 or 7414966. OLE color: 7414966.
HSL color Cylindrical-coordinate representation of color #B62471: hue angle of 328.36º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62471 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 36 | 113 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.29 |
| HSL | 328.36º | 0.67% | 0.43% | - |
| HSV(B) | 328.36º | 0.8% | 0.71% | - |
| XYZ | 22.9 | 12.4 | 16.81 | - |
| YUV | 88.43 | 141.87 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 36 | 113 | 0 | 0.80 | 0.38 | 0.29 | 328.36 | 0.67 | 0.43 |
| Hex | B6 | 24 | 71 | 0 | 50 | 26 | 1D | 148 | 43 | 2B |
| Octal | 266 | 44 | 161 | 0 | 120 | 46 | 35 | 510 | 103 | 53 |
| Binary | 10110110 | 100100 | 1110001 | 0 | 1010000 | 100110 | 11101 | 101001000 | 1000011 | 101011 |
Color Harmonies of #B62471
Complementary color
Monochromatic Colors of #B62471
Black with #B62471
Text Example
Text Example
White with #B62471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62471; }
p { color: rgb(182,36,113); }
H1.HeaderClassName
{
color: #B62471;
}
.AnyTagClassName
{
color: #B62471;
}
</style>
background-color css
<style>
a { background-color: #B62471; }
a { background-color: rgb(182,36,113); }
div.DivClassName
{
background-color: #B62471;
}
.BgClassName
{
background-color: #B62471;
}
</style>
border-color css
<style>
span { border-color: #B62471; }
span { border-color: rgb(182,36,113); }
td.TdClassName
{
border-color: #B62471;
}
.TagClassName
{
border-color: #B62471;
}
</style>