Shades of Medium Violet Red #B21090
Tints of Medium Violet Red #B21090
RGB
CMYK
RGB Variations
Color information
#B21090 (or 0xB21090) is known color: Medium Violet Red. HEX triplet: B2, 10 and 90. RGB value is (178,16,144). Sum of RGB (Red+Green+Blue) = 178+16+144=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B21090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21090 is #4DEF6F. Grayscale: #4E4E4E. Windows color (decimal): -5107568 or 9441458. OLE color: 9441458.
HSL color Cylindrical-coordinate representation of color #B21090: hue angle of 312.59º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B21090 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 16 | 144 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.30 |
| HSL | 312.59º | 0.84% | 0.38% | - |
| HSV(B) | 312.59º | 0.91% | 0.7% | - |
| XYZ | 23.58 | 11.85 | 27.43 | - |
| YUV | 79.03 | 164.67 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 144 | 0 | 0.91 | 0.19 | 0.30 | 312.59 | 0.84 | 0.38 |
| Hex | B2 | 10 | 90 | 0 | 5B | 13 | 1E | 139 | 54 | 26 |
| Octal | 262 | 20 | 220 | 0 | 133 | 23 | 36 | 471 | 124 | 46 |
| Binary | 10110010 | 10000 | 10010000 | 0 | 1011011 | 10011 | 11110 | 100111001 | 1010100 | 100110 |
Color Harmonies of #B21090
Complementary color
Monochromatic Colors of #B21090
Black with #B21090
Text Example
Text Example
White with #B21090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21090; }
p { color: rgb(178,16,144); }
H1.HeaderClassName
{
color: #B21090;
}
.AnyTagClassName
{
color: #B21090;
}
</style>
background-color css
<style>
a { background-color: #B21090; }
a { background-color: rgb(178,16,144); }
div.DivClassName
{
background-color: #B21090;
}
.BgClassName
{
background-color: #B21090;
}
</style>
border-color css
<style>
span { border-color: #B21090; }
span { border-color: rgb(178,16,144); }
td.TdClassName
{
border-color: #B21090;
}
.TagClassName
{
border-color: #B21090;
}
</style>