Shades of Medium Violet Red #B21B8C
Tints of Medium Violet Red #B21B8C
RGB
CMYK
RGB Variations
Color information
#B21B8C (or 0xB21B8C) is known color: Medium Violet Red. HEX triplet: B2, 1B and 8C. RGB value is (178,27,140). Sum of RGB (Red+Green+Blue) = 178+27+140=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21B8C is #4DE473. Grayscale: #545454. Windows color (decimal): -5104756 or 9182130. OLE color: 9182130.
HSL color Cylindrical-coordinate representation of color #B21B8C: hue angle of 315.1º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21B8C is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 27 | 140 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.30 |
| HSL | 315.1º | 0.74% | 0.4% | - |
| HSV(B) | 315.1º | 0.85% | 0.7% | - |
| XYZ | 23.49 | 12.14 | 25.92 | - |
| YUV | 85.03 | 159.03 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 27 | 140 | 0 | 0.85 | 0.21 | 0.30 | 315.1 | 0.74 | 0.4 |
| Hex | B2 | 1B | 8C | 0 | 55 | 15 | 1E | 13B | 4A | 28 |
| Octal | 262 | 33 | 214 | 0 | 125 | 25 | 36 | 473 | 112 | 50 |
| Binary | 10110010 | 11011 | 10001100 | 0 | 1010101 | 10101 | 11110 | 100111011 | 1001010 | 101000 |
Color Harmonies of #B21B8C
Complementary color
Monochromatic Colors of #B21B8C
Black with #B21B8C
Text Example
Text Example
White with #B21B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21B8C; }
p { color: rgb(178,27,140); }
H1.HeaderClassName
{
color: #B21B8C;
}
.AnyTagClassName
{
color: #B21B8C;
}
</style>
background-color css
<style>
a { background-color: #B21B8C; }
a { background-color: rgb(178,27,140); }
div.DivClassName
{
background-color: #B21B8C;
}
.BgClassName
{
background-color: #B21B8C;
}
</style>
border-color css
<style>
span { border-color: #B21B8C; }
span { border-color: rgb(178,27,140); }
td.TdClassName
{
border-color: #B21B8C;
}
.TagClassName
{
border-color: #B21B8C;
}
</style>