Shades of Medium Red Violet #B8228B
Tints of Medium Red Violet #B8228B
RGB
CMYK
RGB Variations
Color information
#B8228B (or 0xB8228B) is known color: Medium Red Violet. HEX triplet: B8, 22 and 8B. RGB value is (184,34,139). Sum of RGB (Red+Green+Blue) = 184+34+139=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B8228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8228B is #47DD74. Grayscale: #5A5A5A. Windows color (decimal): -4709749 or 9118392. OLE color: 9118392.
HSL color Cylindrical-coordinate representation of color #B8228B: hue angle of 318º 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 #B8228B is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 139 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.28 |
| HSL | 318º | 0.69% | 0.43% | - |
| HSV(B) | 318º | 0.82% | 0.72% | - |
| XYZ | 25 | 13.2 | 25.66 | - |
| YUV | 90.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 139 | 0 | 0.82 | 0.24 | 0.28 | 318 | 0.69 | 0.43 |
| Hex | B8 | 22 | 8B | 0 | 52 | 18 | 1C | 13E | 45 | 2B |
| Octal | 270 | 42 | 213 | 0 | 122 | 30 | 34 | 476 | 105 | 53 |
| Binary | 10111000 | 100010 | 10001011 | 0 | 1010010 | 11000 | 11100 | 100111110 | 1000101 | 101011 |
Color Harmonies of #B8228B
Complementary color
Monochromatic Colors of #B8228B
Black with #B8228B
Text Example
Text Example
White with #B8228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8228B; }
p { color: rgb(184,34,139); }
H1.HeaderClassName
{
color: #B8228B;
}
.AnyTagClassName
{
color: #B8228B;
}
</style>
background-color css
<style>
a { background-color: #B8228B; }
a { background-color: rgb(184,34,139); }
div.DivClassName
{
background-color: #B8228B;
}
.BgClassName
{
background-color: #B8228B;
}
</style>
border-color css
<style>
span { border-color: #B8228B; }
span { border-color: rgb(184,34,139); }
td.TdClassName
{
border-color: #B8228B;
}
.TagClassName
{
border-color: #B8228B;
}
</style>