Shades of Medium Violet Red #B21089
Tints of Medium Violet Red #B21089
RGB
CMYK
RGB Variations
Color information
#B21089 (or 0xB21089) is known color: Medium Violet Red. HEX triplet: B2, 10 and 89. RGB value is (178,16,137). Sum of RGB (Red+Green+Blue) = 178+16+137=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B21089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21089 is #4DEF76. Grayscale: #4D4D4D. Windows color (decimal): -5107575 or 8982706. OLE color: 8982706.
HSL color Cylindrical-coordinate representation of color #B21089: hue angle of 315.19º 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 #B21089 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 16 | 137 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.30 |
| HSL | 315.19º | 0.84% | 0.38% | - |
| HSV(B) | 315.19º | 0.91% | 0.7% | - |
| XYZ | 23.06 | 11.64 | 24.7 | - |
| YUV | 78.23 | 161.17 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 137 | 0 | 0.91 | 0.23 | 0.30 | 315.19 | 0.84 | 0.38 |
| Hex | B2 | 10 | 89 | 0 | 5B | 17 | 1E | 13B | 54 | 26 |
| Octal | 262 | 20 | 211 | 0 | 133 | 27 | 36 | 473 | 124 | 46 |
| Binary | 10110010 | 10000 | 10001001 | 0 | 1011011 | 10111 | 11110 | 100111011 | 1010100 | 100110 |
Color Harmonies of #B21089
Complementary color
Monochromatic Colors of #B21089
Black with #B21089
Text Example
Text Example
White with #B21089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21089; }
p { color: rgb(178,16,137); }
H1.HeaderClassName
{
color: #B21089;
}
.AnyTagClassName
{
color: #B21089;
}
</style>
background-color css
<style>
a { background-color: #B21089; }
a { background-color: rgb(178,16,137); }
div.DivClassName
{
background-color: #B21089;
}
.BgClassName
{
background-color: #B21089;
}
</style>
border-color css
<style>
span { border-color: #B21089; }
span { border-color: rgb(178,16,137); }
td.TdClassName
{
border-color: #B21089;
}
.TagClassName
{
border-color: #B21089;
}
</style>