Shades of Medium Violet Red #B21CA3
Tints of Medium Violet Red #B21CA3
RGB
CMYK
RGB Variations
Color information
#B21CA3 (or 0xB21CA3) is known color: Medium Violet Red. HEX triplet: B2, 1C and A3. RGB value is (178,28,163). Sum of RGB (Red+Green+Blue) = 178+28+163=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 163 (64.06% from 255 or 44.17% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B21CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21CA3 is #4DE35C. Grayscale: #575757. Windows color (decimal): -5104477 or 10689714. OLE color: 10689714.
HSL color Cylindrical-coordinate representation of color #B21CA3: hue angle of 306º 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 #B21CA3 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 28 | 163 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.30 |
| HSL | 306º | 0.73% | 0.4% | - |
| HSV(B) | 306º | 0.84% | 0.7% | - |
| XYZ | 25.39 | 12.94 | 35.81 | - |
| YUV | 88.24 | 170.2 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 163 | 0 | 0.84 | 0.08 | 0.30 | 306 | 0.73 | 0.4 |
| Hex | B2 | 1C | A3 | 0 | 54 | 8 | 1E | 132 | 49 | 28 |
| Octal | 262 | 34 | 243 | 0 | 124 | 10 | 36 | 462 | 111 | 50 |
| Binary | 10110010 | 11100 | 10100011 | 0 | 1010100 | 1000 | 11110 | 100110010 | 1001001 | 101000 |
Color Harmonies of #B21CA3
Complementary color
Monochromatic Colors of #B21CA3
Black with #B21CA3
Text Example
Text Example
White with #B21CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21CA3; }
p { color: rgb(178,28,163); }
H1.HeaderClassName
{
color: #B21CA3;
}
.AnyTagClassName
{
color: #B21CA3;
}
</style>
background-color css
<style>
a { background-color: #B21CA3; }
a { background-color: rgb(178,28,163); }
div.DivClassName
{
background-color: #B21CA3;
}
.BgClassName
{
background-color: #B21CA3;
}
</style>
border-color css
<style>
span { border-color: #B21CA3; }
span { border-color: rgb(178,28,163); }
td.TdClassName
{
border-color: #B21CA3;
}
.TagClassName
{
border-color: #B21CA3;
}
</style>