Shades of Medium Red Violet #B0218B
Tints of Medium Red Violet #B0218B
RGB
CMYK
RGB Variations
Color information
#B0218B (or 0xB0218B) is known color: Medium Red Violet. HEX triplet: B0, 21 and 8B. RGB value is (176,33,139). Sum of RGB (Red+Green+Blue) = 176+33+139=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B0218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0218B is #4FDE74. Grayscale: #575757. Windows color (decimal): -5234293 or 9118128. OLE color: 9118128.
HSL color Cylindrical-coordinate representation of color #B0218B: hue angle of 315.52º 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 #B0218B is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 33 | 139 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.31 |
| HSL | 315.52º | 0.68% | 0.41% | - |
| HSV(B) | 315.52º | 0.81% | 0.69% | - |
| XYZ | 23.11 | 12.18 | 25.56 | - |
| YUV | 87.84 | 156.88 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 33 | 139 | 0 | 0.81 | 0.21 | 0.31 | 315.52 | 0.68 | 0.41 |
| Hex | B0 | 21 | 8B | 0 | 51 | 15 | 1F | 13C | 44 | 29 |
| Octal | 260 | 41 | 213 | 0 | 121 | 25 | 37 | 474 | 104 | 51 |
| Binary | 10110000 | 100001 | 10001011 | 0 | 1010001 | 10101 | 11111 | 100111100 | 1000100 | 101001 |
Color Harmonies of #B0218B
Complementary color
Monochromatic Colors of #B0218B
Black with #B0218B
Text Example
Text Example
White with #B0218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0218B; }
p { color: rgb(176,33,139); }
H1.HeaderClassName
{
color: #B0218B;
}
.AnyTagClassName
{
color: #B0218B;
}
</style>
background-color css
<style>
a { background-color: #B0218B; }
a { background-color: rgb(176,33,139); }
div.DivClassName
{
background-color: #B0218B;
}
.BgClassName
{
background-color: #B0218B;
}
</style>
border-color css
<style>
span { border-color: #B0218B; }
span { border-color: rgb(176,33,139); }
td.TdClassName
{
border-color: #B0218B;
}
.TagClassName
{
border-color: #B0218B;
}
</style>