Shades of Medium Red Violet #B8226E
Tints of Medium Red Violet #B8226E
RGB
CMYK
RGB Variations
Color information
#B8226E (or 0xB8226E) is known color: Medium Red Violet. HEX triplet: B8, 22 and 6E. RGB value is (184,34,110). Sum of RGB (Red+Green+Blue) = 184+34+110=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B8226E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8226E is #47DD91. Grayscale: #575757. Windows color (decimal): -4709778 or 7217848. OLE color: 7217848.
HSL color Cylindrical-coordinate representation of color #B8226E: hue angle of 329.6º 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 #B8226E is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 110 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.28 |
| HSL | 329.6º | 0.69% | 0.43% | - |
| HSV(B) | 329.6º | 0.82% | 0.72% | - |
| XYZ | 23.15 | 12.46 | 15.94 | - |
| YUV | 87.51 | 140.7 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 110 | 0 | 0.82 | 0.40 | 0.28 | 329.6 | 0.69 | 0.43 |
| Hex | B8 | 22 | 6E | 0 | 52 | 28 | 1C | 14A | 45 | 2B |
| Octal | 270 | 42 | 156 | 0 | 122 | 50 | 34 | 512 | 105 | 53 |
| Binary | 10111000 | 100010 | 1101110 | 0 | 1010010 | 101000 | 11100 | 101001010 | 1000101 | 101011 |
Color Harmonies of #B8226E
Complementary color
Monochromatic Colors of #B8226E
Black with #B8226E
Text Example
Text Example
White with #B8226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8226E; }
p { color: rgb(184,34,110); }
H1.HeaderClassName
{
color: #B8226E;
}
.AnyTagClassName
{
color: #B8226E;
}
</style>
background-color css
<style>
a { background-color: #B8226E; }
a { background-color: rgb(184,34,110); }
div.DivClassName
{
background-color: #B8226E;
}
.BgClassName
{
background-color: #B8226E;
}
</style>
border-color css
<style>
span { border-color: #B8226E; }
span { border-color: rgb(184,34,110); }
td.TdClassName
{
border-color: #B8226E;
}
.TagClassName
{
border-color: #B8226E;
}
</style>