Shades of Medium Red Violet #B82270
Tints of Medium Red Violet #B82270
RGB
CMYK
RGB Variations
Color information
#B82270 (or 0xB82270) is known color: Medium Red Violet. HEX triplet: B8, 22 and 70. RGB value is (184,34,112). Sum of RGB (Red+Green+Blue) = 184+34+112=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B82270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82270 is #47DD8F. Grayscale: #575757. Windows color (decimal): -4709776 or 7348920. OLE color: 7348920.
HSL color Cylindrical-coordinate representation of color #B82270: hue angle of 328.8º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82270 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 112 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.28 |
| HSL | 328.8º | 0.69% | 0.43% | - |
| HSV(B) | 328.8º | 0.82% | 0.72% | - |
| XYZ | 23.26 | 12.5 | 16.52 | - |
| YUV | 87.74 | 141.7 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 112 | 0 | 0.82 | 0.39 | 0.28 | 328.8 | 0.69 | 0.43 |
| Hex | B8 | 22 | 70 | 0 | 52 | 27 | 1C | 149 | 45 | 2B |
| Octal | 270 | 42 | 160 | 0 | 122 | 47 | 34 | 511 | 105 | 53 |
| Binary | 10111000 | 100010 | 1110000 | 0 | 1010010 | 100111 | 11100 | 101001001 | 1000101 | 101011 |
Color Harmonies of #B82270
Complementary color
Monochromatic Colors of #B82270
Black with #B82270
Text Example
Text Example
White with #B82270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82270; }
p { color: rgb(184,34,112); }
H1.HeaderClassName
{
color: #B82270;
}
.AnyTagClassName
{
color: #B82270;
}
</style>
background-color css
<style>
a { background-color: #B82270; }
a { background-color: rgb(184,34,112); }
div.DivClassName
{
background-color: #B82270;
}
.BgClassName
{
background-color: #B82270;
}
</style>
border-color css
<style>
span { border-color: #B82270; }
span { border-color: rgb(184,34,112); }
td.TdClassName
{
border-color: #B82270;
}
.TagClassName
{
border-color: #B82270;
}
</style>