Shades of Medium Violet Red #B21CA8
Tints of Medium Violet Red #B21CA8
RGB
CMYK
RGB Variations
Color information
#B21CA8 (or 0xB21CA8) is known color: Medium Violet Red. HEX triplet: B2, 1C and A8. RGB value is (178,28,168). Sum of RGB (Red+Green+Blue) = 178+28+168=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B21CA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21CA8 is #4DE357. Grayscale: #585858. Windows color (decimal): -5104472 or 11017394. OLE color: 11017394.
HSL color Cylindrical-coordinate representation of color #B21CA8: hue angle of 304º 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 #B21CA8 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 28 | 168 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.30 |
| HSL | 304º | 0.73% | 0.4% | - |
| HSV(B) | 304º | 0.84% | 0.7% | - |
| XYZ | 25.84 | 13.12 | 38.22 | - |
| YUV | 88.81 | 172.7 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 168 | 0 | 0.84 | 0.06 | 0.30 | 304 | 0.73 | 0.4 |
| Hex | B2 | 1C | A8 | 0 | 54 | 6 | 1E | 130 | 49 | 28 |
| Octal | 262 | 34 | 250 | 0 | 124 | 6 | 36 | 460 | 111 | 50 |
| Binary | 10110010 | 11100 | 10101000 | 0 | 1010100 | 110 | 11110 | 100110000 | 1001001 | 101000 |
Color Harmonies of #B21CA8
Complementary color
Monochromatic Colors of #B21CA8
Black with #B21CA8
Text Example
Text Example
White with #B21CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21CA8; }
p { color: rgb(178,28,168); }
H1.HeaderClassName
{
color: #B21CA8;
}
.AnyTagClassName
{
color: #B21CA8;
}
</style>
background-color css
<style>
a { background-color: #B21CA8; }
a { background-color: rgb(178,28,168); }
div.DivClassName
{
background-color: #B21CA8;
}
.BgClassName
{
background-color: #B21CA8;
}
</style>
border-color css
<style>
span { border-color: #B21CA8; }
span { border-color: rgb(178,28,168); }
td.TdClassName
{
border-color: #B21CA8;
}
.TagClassName
{
border-color: #B21CA8;
}
</style>