Shades of Medium Violet Red #B21899
Tints of Medium Violet Red #B21899
RGB
CMYK
RGB Variations
Color information
#B21899 (or 0xB21899) is known color: Medium Violet Red. HEX triplet: B2, 18 and 99. RGB value is (178,24,153). Sum of RGB (Red+Green+Blue) = 178+24+153=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B21899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21899 is #4DE766. Grayscale: #545454. Windows color (decimal): -5105511 or 10033330. OLE color: 10033330.
HSL color Cylindrical-coordinate representation of color #B21899: hue angle of 309.74º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21899 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 24 | 153 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.30 |
| HSL | 309.74º | 0.76% | 0.4% | - |
| HSV(B) | 309.74º | 0.87% | 0.7% | - |
| XYZ | 24.44 | 12.42 | 31.25 | - |
| YUV | 84.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 153 | 0 | 0.87 | 0.14 | 0.30 | 309.74 | 0.76 | 0.4 |
| Hex | B2 | 18 | 99 | 0 | 57 | E | 1E | 136 | 4C | 28 |
| Octal | 262 | 30 | 231 | 0 | 127 | 16 | 36 | 466 | 114 | 50 |
| Binary | 10110010 | 11000 | 10011001 | 0 | 1010111 | 1110 | 11110 | 100110110 | 1001100 | 101000 |
Color Harmonies of #B21899
Complementary color
Monochromatic Colors of #B21899
Black with #B21899
Text Example
Text Example
White with #B21899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21899; }
p { color: rgb(178,24,153); }
H1.HeaderClassName
{
color: #B21899;
}
.AnyTagClassName
{
color: #B21899;
}
</style>
background-color css
<style>
a { background-color: #B21899; }
a { background-color: rgb(178,24,153); }
div.DivClassName
{
background-color: #B21899;
}
.BgClassName
{
background-color: #B21899;
}
</style>
border-color css
<style>
span { border-color: #B21899; }
span { border-color: rgb(178,24,153); }
td.TdClassName
{
border-color: #B21899;
}
.TagClassName
{
border-color: #B21899;
}
</style>