Shades of Medium Red Violet #B62873
Tints of Medium Red Violet #B62873
RGB
CMYK
RGB Variations
Color information
#B62873 (or 0xB62873) is known color: Medium Red Violet. HEX triplet: B6, 28 and 73. RGB value is (182,40,115). Sum of RGB (Red+Green+Blue) = 182+40+115=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B62873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62873 is #49D78C. Grayscale: #5A5A5A. Windows color (decimal): -4839309 or 7547062. OLE color: 7547062.
HSL color Cylindrical-coordinate representation of color #B62873: hue angle of 328.31º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62873 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 115 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.29 |
| HSL | 328.31º | 0.64% | 0.44% | - |
| HSV(B) | 328.31º | 0.78% | 0.71% | - |
| XYZ | 23.14 | 12.7 | 17.45 | - |
| YUV | 91.01 | 141.54 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 115 | 0 | 0.78 | 0.37 | 0.29 | 328.31 | 0.64 | 0.44 |
| Hex | B6 | 28 | 73 | 0 | 4E | 25 | 1D | 148 | 40 | 2C |
| Octal | 266 | 50 | 163 | 0 | 116 | 45 | 35 | 510 | 100 | 54 |
| Binary | 10110110 | 101000 | 1110011 | 0 | 1001110 | 100101 | 11101 | 101001000 | 1000000 | 101100 |
Color Harmonies of #B62873
Complementary color
Monochromatic Colors of #B62873
Black with #B62873
Text Example
Text Example
White with #B62873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62873; }
p { color: rgb(182,40,115); }
H1.HeaderClassName
{
color: #B62873;
}
.AnyTagClassName
{
color: #B62873;
}
</style>
background-color css
<style>
a { background-color: #B62873; }
a { background-color: rgb(182,40,115); }
div.DivClassName
{
background-color: #B62873;
}
.BgClassName
{
background-color: #B62873;
}
</style>
border-color css
<style>
span { border-color: #B62873; }
span { border-color: rgb(182,40,115); }
td.TdClassName
{
border-color: #B62873;
}
.TagClassName
{
border-color: #B62873;
}
</style>