Shades of Medium Violet Red #B21CA4
Tints of Medium Violet Red #B21CA4
RGB
CMYK
RGB Variations
Color information
#B21CA4 (or 0xB21CA4) is known color: Medium Violet Red. HEX triplet: B2, 1C and A4. RGB value is (178,28,164). Sum of RGB (Red+Green+Blue) = 178+28+164=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B21CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21CA4 is #4DE35B. Grayscale: #575757. Windows color (decimal): -5104476 or 10755250. OLE color: 10755250.
HSL color Cylindrical-coordinate representation of color #B21CA4: hue angle of 305.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 #B21CA4 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 28 | 164 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.30 |
| HSL | 305.6º | 0.73% | 0.4% | - |
| HSV(B) | 305.6º | 0.84% | 0.7% | - |
| XYZ | 25.48 | 12.98 | 36.28 | - |
| YUV | 88.35 | 170.7 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 164 | 0 | 0.84 | 0.08 | 0.30 | 305.6 | 0.73 | 0.4 |
| Hex | B2 | 1C | A4 | 0 | 54 | 8 | 1E | 132 | 49 | 28 |
| Octal | 262 | 34 | 244 | 0 | 124 | 10 | 36 | 462 | 111 | 50 |
| Binary | 10110010 | 11100 | 10100100 | 0 | 1010100 | 1000 | 11110 | 100110010 | 1001001 | 101000 |
Color Harmonies of #B21CA4
Complementary color
Monochromatic Colors of #B21CA4
Black with #B21CA4
Text Example
Text Example
White with #B21CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21CA4; }
p { color: rgb(178,28,164); }
H1.HeaderClassName
{
color: #B21CA4;
}
.AnyTagClassName
{
color: #B21CA4;
}
</style>
background-color css
<style>
a { background-color: #B21CA4; }
a { background-color: rgb(178,28,164); }
div.DivClassName
{
background-color: #B21CA4;
}
.BgClassName
{
background-color: #B21CA4;
}
</style>
border-color css
<style>
span { border-color: #B21CA4; }
span { border-color: rgb(178,28,164); }
td.TdClassName
{
border-color: #B21CA4;
}
.TagClassName
{
border-color: #B21CA4;
}
</style>