Shades of Medium Red Violet #B0228D
Tints of Medium Red Violet #B0228D
RGB
CMYK
RGB Variations
Color information
#B0228D (or 0xB0228D) is known color: Medium Red Violet. HEX triplet: B0, 22 and 8D. RGB value is (176,34,141). Sum of RGB (Red+Green+Blue) = 176+34+141=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0228D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0228D is #4FDD72. Grayscale: #585858. Windows color (decimal): -5234035 or 9249456. OLE color: 9249456.
HSL color Cylindrical-coordinate representation of color #B0228D: hue angle of 314.79º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0228D is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 141 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.31 |
| HSL | 314.79º | 0.68% | 0.41% | - |
| HSV(B) | 314.79º | 0.81% | 0.69% | - |
| XYZ | 23.28 | 12.3 | 26.35 | - |
| YUV | 88.66 | 157.54 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 141 | 0 | 0.81 | 0.20 | 0.31 | 314.79 | 0.68 | 0.41 |
| Hex | B0 | 22 | 8D | 0 | 51 | 14 | 1F | 13B | 44 | 29 |
| Octal | 260 | 42 | 215 | 0 | 121 | 24 | 37 | 473 | 104 | 51 |
| Binary | 10110000 | 100010 | 10001101 | 0 | 1010001 | 10100 | 11111 | 100111011 | 1000100 | 101001 |
Color Harmonies of #B0228D
Complementary color
Monochromatic Colors of #B0228D
Black with #B0228D
Text Example
Text Example
White with #B0228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0228D; }
p { color: rgb(176,34,141); }
H1.HeaderClassName
{
color: #B0228D;
}
.AnyTagClassName
{
color: #B0228D;
}
</style>
background-color css
<style>
a { background-color: #B0228D; }
a { background-color: rgb(176,34,141); }
div.DivClassName
{
background-color: #B0228D;
}
.BgClassName
{
background-color: #B0228D;
}
</style>
border-color css
<style>
span { border-color: #B0228D; }
span { border-color: rgb(176,34,141); }
td.TdClassName
{
border-color: #B0228D;
}
.TagClassName
{
border-color: #B0228D;
}
</style>