Shades of Medium Red Violet #B62073
Tints of Medium Red Violet #B62073
RGB
CMYK
RGB Variations
Color information
#B62073 (or 0xB62073) is known color: Medium Red Violet. HEX triplet: B6, 20 and 73. RGB value is (182,32,115). Sum of RGB (Red+Green+Blue) = 182+32+115=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B62073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62073 is #49DF8C. Grayscale: #565656. Windows color (decimal): -4841357 or 7545014. OLE color: 7545014.
HSL color Cylindrical-coordinate representation of color #B62073: hue angle of 326.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62073 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 115 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.29 |
| HSL | 326.8º | 0.7% | 0.42% | - |
| HSV(B) | 326.8º | 0.82% | 0.71% | - |
| XYZ | 22.9 | 12.22 | 17.37 | - |
| YUV | 86.31 | 144.2 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 115 | 0 | 0.82 | 0.37 | 0.29 | 326.8 | 0.7 | 0.42 |
| Hex | B6 | 20 | 73 | 0 | 52 | 25 | 1D | 147 | 46 | 2A |
| Octal | 266 | 40 | 163 | 0 | 122 | 45 | 35 | 507 | 106 | 52 |
| Binary | 10110110 | 100000 | 1110011 | 0 | 1010010 | 100101 | 11101 | 101000111 | 1000110 | 101010 |
Color Harmonies of #B62073
Complementary color
Monochromatic Colors of #B62073
Black with #B62073
Text Example
Text Example
White with #B62073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62073; }
p { color: rgb(182,32,115); }
H1.HeaderClassName
{
color: #B62073;
}
.AnyTagClassName
{
color: #B62073;
}
</style>
background-color css
<style>
a { background-color: #B62073; }
a { background-color: rgb(182,32,115); }
div.DivClassName
{
background-color: #B62073;
}
.BgClassName
{
background-color: #B62073;
}
</style>
border-color css
<style>
span { border-color: #B62073; }
span { border-color: rgb(182,32,115); }
td.TdClassName
{
border-color: #B62073;
}
.TagClassName
{
border-color: #B62073;
}
</style>