Shades of Medium Red Violet #B62575
Tints of Medium Red Violet #B62575
RGB
CMYK
RGB Variations
Color information
#B62575 (or 0xB62575) is known color: Medium Red Violet. HEX triplet: B6, 25 and 75. RGB value is (182,37,117). Sum of RGB (Red+Green+Blue) = 182+37+117=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B62575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62575 is #49DA8A. Grayscale: #595959. Windows color (decimal): -4840075 or 7677366. OLE color: 7677366.
HSL color Cylindrical-coordinate representation of color #B62575: hue angle of 326.9º degrees, saturation: 0.66, 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 #B62575 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 37 | 117 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.29 |
| HSL | 326.9º | 0.66% | 0.43% | - |
| HSV(B) | 326.9º | 0.8% | 0.71% | - |
| XYZ | 23.16 | 12.55 | 18.03 | - |
| YUV | 89.48 | 143.54 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 37 | 117 | 0 | 0.80 | 0.36 | 0.29 | 326.9 | 0.66 | 0.43 |
| Hex | B6 | 25 | 75 | 0 | 50 | 24 | 1D | 147 | 42 | 2B |
| Octal | 266 | 45 | 165 | 0 | 120 | 44 | 35 | 507 | 102 | 53 |
| Binary | 10110110 | 100101 | 1110101 | 0 | 1010000 | 100100 | 11101 | 101000111 | 1000010 | 101011 |
Color Harmonies of #B62575
Complementary color
Monochromatic Colors of #B62575
Black with #B62575
Text Example
Text Example
White with #B62575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62575; }
p { color: rgb(182,37,117); }
H1.HeaderClassName
{
color: #B62575;
}
.AnyTagClassName
{
color: #B62575;
}
</style>
background-color css
<style>
a { background-color: #B62575; }
a { background-color: rgb(182,37,117); }
div.DivClassName
{
background-color: #B62575;
}
.BgClassName
{
background-color: #B62575;
}
</style>
border-color css
<style>
span { border-color: #B62575; }
span { border-color: rgb(182,37,117); }
td.TdClassName
{
border-color: #B62575;
}
.TagClassName
{
border-color: #B62575;
}
</style>