Shades of Medium Red Violet #B8218A
Tints of Medium Red Violet #B8218A
RGB
CMYK
RGB Variations
Color information
#B8218A (or 0xB8218A) is known color: Medium Red Violet. HEX triplet: B8, 21 and 8A. RGB value is (184,33,138). Sum of RGB (Red+Green+Blue) = 184+33+138=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B8218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8218A is #47DE75. Grayscale: #595959. Windows color (decimal): -4710006 or 9052600. OLE color: 9052600.
HSL color Cylindrical-coordinate representation of color #B8218A: hue angle of 318.28º degrees, saturation: 0.7, 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 #B8218A is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 33 | 138 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.28 |
| HSL | 318.28º | 0.7% | 0.43% | - |
| HSV(B) | 318.28º | 0.82% | 0.72% | - |
| XYZ | 24.9 | 13.11 | 25.26 | - |
| YUV | 90.12 | 155.03 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 138 | 0 | 0.82 | 0.25 | 0.28 | 318.28 | 0.7 | 0.43 |
| Hex | B8 | 21 | 8A | 0 | 52 | 19 | 1C | 13E | 46 | 2B |
| Octal | 270 | 41 | 212 | 0 | 122 | 31 | 34 | 476 | 106 | 53 |
| Binary | 10111000 | 100001 | 10001010 | 0 | 1010010 | 11001 | 11100 | 100111110 | 1000110 | 101011 |
Color Harmonies of #B8218A
Complementary color
Monochromatic Colors of #B8218A
Black with #B8218A
Text Example
Text Example
White with #B8218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8218A; }
p { color: rgb(184,33,138); }
H1.HeaderClassName
{
color: #B8218A;
}
.AnyTagClassName
{
color: #B8218A;
}
</style>
background-color css
<style>
a { background-color: #B8218A; }
a { background-color: rgb(184,33,138); }
div.DivClassName
{
background-color: #B8218A;
}
.BgClassName
{
background-color: #B8218A;
}
</style>
border-color css
<style>
span { border-color: #B8218A; }
span { border-color: rgb(184,33,138); }
td.TdClassName
{
border-color: #B8218A;
}
.TagClassName
{
border-color: #B8218A;
}
</style>