Shades of Medium Red Violet #B62273
Tints of Medium Red Violet #B62273
RGB
CMYK
RGB Variations
Color information
#B62273 (or 0xB62273) is known color: Medium Red Violet. HEX triplet: B6, 22 and 73. RGB value is (182,34,115). Sum of RGB (Red+Green+Blue) = 182+34+115=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B62273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62273 is #49DD8C. Grayscale: #575757. Windows color (decimal): -4840845 or 7545526. OLE color: 7545526.
HSL color Cylindrical-coordinate representation of color #B62273: hue angle of 327.16º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B62273 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 34 | 115 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.29 |
| HSL | 327.16º | 0.69% | 0.42% | - |
| HSV(B) | 327.16º | 0.81% | 0.71% | - |
| XYZ | 22.96 | 12.33 | 17.39 | - |
| YUV | 87.49 | 143.53 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 34 | 115 | 0 | 0.81 | 0.37 | 0.29 | 327.16 | 0.69 | 0.42 |
| Hex | B6 | 22 | 73 | 0 | 51 | 25 | 1D | 147 | 45 | 2A |
| Octal | 266 | 42 | 163 | 0 | 121 | 45 | 35 | 507 | 105 | 52 |
| Binary | 10110110 | 100010 | 1110011 | 0 | 1010001 | 100101 | 11101 | 101000111 | 1000101 | 101010 |
Color Harmonies of #B62273
Complementary color
Monochromatic Colors of #B62273
Black with #B62273
Text Example
Text Example
White with #B62273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62273; }
p { color: rgb(182,34,115); }
H1.HeaderClassName
{
color: #B62273;
}
.AnyTagClassName
{
color: #B62273;
}
</style>
background-color css
<style>
a { background-color: #B62273; }
a { background-color: rgb(182,34,115); }
div.DivClassName
{
background-color: #B62273;
}
.BgClassName
{
background-color: #B62273;
}
</style>
border-color css
<style>
span { border-color: #B62273; }
span { border-color: rgb(182,34,115); }
td.TdClassName
{
border-color: #B62273;
}
.TagClassName
{
border-color: #B62273;
}
</style>