Shades of Medium Red Violet #B0228B
Tints of Medium Red Violet #B0228B
RGB
CMYK
RGB Variations
Color information
#B0228B (or 0xB0228B) is known color: Medium Red Violet. HEX triplet: B0, 22 and 8B. RGB value is (176,34,139). Sum of RGB (Red+Green+Blue) = 176+34+139=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0228B is #4FDD74. Grayscale: #585858. Windows color (decimal): -5234037 or 9118384. OLE color: 9118384.
HSL color Cylindrical-coordinate representation of color #B0228B: hue angle of 315.63º 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 #B0228B is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 139 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.31 |
| HSL | 315.63º | 0.68% | 0.41% | - |
| HSV(B) | 315.63º | 0.81% | 0.69% | - |
| XYZ | 23.14 | 12.24 | 25.57 | - |
| YUV | 88.43 | 156.54 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 139 | 0 | 0.81 | 0.21 | 0.31 | 315.63 | 0.68 | 0.41 |
| Hex | B0 | 22 | 8B | 0 | 51 | 15 | 1F | 13C | 44 | 29 |
| Octal | 260 | 42 | 213 | 0 | 121 | 25 | 37 | 474 | 104 | 51 |
| Binary | 10110000 | 100010 | 10001011 | 0 | 1010001 | 10101 | 11111 | 100111100 | 1000100 | 101001 |
Color Harmonies of #B0228B
Complementary color
Monochromatic Colors of #B0228B
Black with #B0228B
Text Example
Text Example
White with #B0228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0228B; }
p { color: rgb(176,34,139); }
H1.HeaderClassName
{
color: #B0228B;
}
.AnyTagClassName
{
color: #B0228B;
}
</style>
background-color css
<style>
a { background-color: #B0228B; }
a { background-color: rgb(176,34,139); }
div.DivClassName
{
background-color: #B0228B;
}
.BgClassName
{
background-color: #B0228B;
}
</style>
border-color css
<style>
span { border-color: #B0228B; }
span { border-color: rgb(176,34,139); }
td.TdClassName
{
border-color: #B0228B;
}
.TagClassName
{
border-color: #B0228B;
}
</style>