Shades of Medium Violet Red #B21C8B
Tints of Medium Violet Red #B21C8B
RGB
CMYK
RGB Variations
Color information
#B21C8B (or 0xB21C8B) is known color: Medium Violet Red. HEX triplet: B2, 1C and 8B. RGB value is (178,28,139). Sum of RGB (Red+Green+Blue) = 178+28+139=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21C8B is #4DE374. Grayscale: #555555. Windows color (decimal): -5104501 or 9116850. OLE color: 9116850.
HSL color Cylindrical-coordinate representation of color #B21C8B: hue angle of 315.6º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21C8B is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 28 | 139 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.30 |
| HSL | 315.6º | 0.73% | 0.4% | - |
| HSV(B) | 315.6º | 0.84% | 0.7% | - |
| XYZ | 23.44 | 12.16 | 25.54 | - |
| YUV | 85.5 | 158.2 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 139 | 0 | 0.84 | 0.22 | 0.30 | 315.6 | 0.73 | 0.4 |
| Hex | B2 | 1C | 8B | 0 | 54 | 16 | 1E | 13C | 49 | 28 |
| Octal | 262 | 34 | 213 | 0 | 124 | 26 | 36 | 474 | 111 | 50 |
| Binary | 10110010 | 11100 | 10001011 | 0 | 1010100 | 10110 | 11110 | 100111100 | 1001001 | 101000 |
Color Harmonies of #B21C8B
Complementary color
Monochromatic Colors of #B21C8B
Black with #B21C8B
Text Example
Text Example
White with #B21C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21C8B; }
p { color: rgb(178,28,139); }
H1.HeaderClassName
{
color: #B21C8B;
}
.AnyTagClassName
{
color: #B21C8B;
}
</style>
background-color css
<style>
a { background-color: #B21C8B; }
a { background-color: rgb(178,28,139); }
div.DivClassName
{
background-color: #B21C8B;
}
.BgClassName
{
background-color: #B21C8B;
}
</style>
border-color css
<style>
span { border-color: #B21C8B; }
span { border-color: rgb(178,28,139); }
td.TdClassName
{
border-color: #B21C8B;
}
.TagClassName
{
border-color: #B21C8B;
}
</style>