Shades of Medium Red Violet #B8228A
Tints of Medium Red Violet #B8228A
RGB
CMYK
RGB Variations
Color information
#B8228A (or 0xB8228A) is known color: Medium Red Violet. HEX triplet: B8, 22 and 8A. RGB value is (184,34,138). Sum of RGB (Red+Green+Blue) = 184+34+138=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B8228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8228A is #47DD75. Grayscale: #5A5A5A. Windows color (decimal): -4709750 or 9052856. OLE color: 9052856.
HSL color Cylindrical-coordinate representation of color #B8228A: hue angle of 318.4º 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 #B8228A is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 138 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.28 |
| HSL | 318.4º | 0.69% | 0.43% | - |
| HSV(B) | 318.4º | 0.82% | 0.72% | - |
| XYZ | 24.93 | 13.17 | 25.27 | - |
| YUV | 90.71 | 154.7 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 138 | 0 | 0.82 | 0.25 | 0.28 | 318.4 | 0.69 | 0.43 |
| Hex | B8 | 22 | 8A | 0 | 52 | 19 | 1C | 13E | 45 | 2B |
| Octal | 270 | 42 | 212 | 0 | 122 | 31 | 34 | 476 | 105 | 53 |
| Binary | 10111000 | 100010 | 10001010 | 0 | 1010010 | 11001 | 11100 | 100111110 | 1000101 | 101011 |
Color Harmonies of #B8228A
Complementary color
Monochromatic Colors of #B8228A
Black with #B8228A
Text Example
Text Example
White with #B8228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8228A; }
p { color: rgb(184,34,138); }
H1.HeaderClassName
{
color: #B8228A;
}
.AnyTagClassName
{
color: #B8228A;
}
</style>
background-color css
<style>
a { background-color: #B8228A; }
a { background-color: rgb(184,34,138); }
div.DivClassName
{
background-color: #B8228A;
}
.BgClassName
{
background-color: #B8228A;
}
</style>
border-color css
<style>
span { border-color: #B8228A; }
span { border-color: rgb(184,34,138); }
td.TdClassName
{
border-color: #B8228A;
}
.TagClassName
{
border-color: #B8228A;
}
</style>