Shades of Medium Red Violet #B8218B
Tints of Medium Red Violet #B8218B
RGB
CMYK
RGB Variations
Color information
#B8218B (or 0xB8218B) is known color: Medium Red Violet. HEX triplet: B8, 21 and 8B. RGB value is (184,33,139). Sum of RGB (Red+Green+Blue) = 184+33+139=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B8218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8218B is #47DE74. Grayscale: #595959. Windows color (decimal): -4710005 or 9118136. OLE color: 9118136.
HSL color Cylindrical-coordinate representation of color #B8218B: hue angle of 317.88º 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 #B8218B is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 33 | 139 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.28 |
| HSL | 317.88º | 0.7% | 0.43% | - |
| HSV(B) | 317.88º | 0.82% | 0.72% | - |
| XYZ | 24.97 | 13.14 | 25.65 | - |
| YUV | 90.23 | 155.53 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 139 | 0 | 0.82 | 0.24 | 0.28 | 317.88 | 0.7 | 0.43 |
| Hex | B8 | 21 | 8B | 0 | 52 | 18 | 1C | 13E | 46 | 2B |
| Octal | 270 | 41 | 213 | 0 | 122 | 30 | 34 | 476 | 106 | 53 |
| Binary | 10111000 | 100001 | 10001011 | 0 | 1010010 | 11000 | 11100 | 100111110 | 1000110 | 101011 |
Color Harmonies of #B8218B
Complementary color
Monochromatic Colors of #B8218B
Black with #B8218B
Text Example
Text Example
White with #B8218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8218B; }
p { color: rgb(184,33,139); }
H1.HeaderClassName
{
color: #B8218B;
}
.AnyTagClassName
{
color: #B8218B;
}
</style>
background-color css
<style>
a { background-color: #B8218B; }
a { background-color: rgb(184,33,139); }
div.DivClassName
{
background-color: #B8218B;
}
.BgClassName
{
background-color: #B8218B;
}
</style>
border-color css
<style>
span { border-color: #B8218B; }
span { border-color: rgb(184,33,139); }
td.TdClassName
{
border-color: #B8218B;
}
.TagClassName
{
border-color: #B8218B;
}
</style>