Shades of Medium Red Violet #B21F8A
Tints of Medium Red Violet #B21F8A
RGB
CMYK
RGB Variations
Color information
#B21F8A (or 0xB21F8A) is known color: Medium Red Violet. HEX triplet: B2, 1F and 8A. RGB value is (178,31,138). Sum of RGB (Red+Green+Blue) = 178+31+138=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B21F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21F8A is #4DE075. Grayscale: #565656. Windows color (decimal): -5103734 or 9052082. OLE color: 9052082.
HSL color Cylindrical-coordinate representation of color #B21F8A: hue angle of 316.33º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B21F8A is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 31 | 138 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.30 |
| HSL | 316.33º | 0.7% | 0.41% | - |
| HSV(B) | 316.33º | 0.83% | 0.7% | - |
| XYZ | 23.44 | 12.28 | 25.18 | - |
| YUV | 87.15 | 156.7 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 31 | 138 | 0 | 0.83 | 0.22 | 0.30 | 316.33 | 0.7 | 0.41 |
| Hex | B2 | 1F | 8A | 0 | 53 | 16 | 1E | 13C | 46 | 29 |
| Octal | 262 | 37 | 212 | 0 | 123 | 26 | 36 | 474 | 106 | 51 |
| Binary | 10110010 | 11111 | 10001010 | 0 | 1010011 | 10110 | 11110 | 100111100 | 1000110 | 101001 |
Color Harmonies of #B21F8A
Complementary color
Monochromatic Colors of #B21F8A
Black with #B21F8A
Text Example
Text Example
White with #B21F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21F8A; }
p { color: rgb(178,31,138); }
H1.HeaderClassName
{
color: #B21F8A;
}
.AnyTagClassName
{
color: #B21F8A;
}
</style>
background-color css
<style>
a { background-color: #B21F8A; }
a { background-color: rgb(178,31,138); }
div.DivClassName
{
background-color: #B21F8A;
}
.BgClassName
{
background-color: #B21F8A;
}
</style>
border-color css
<style>
span { border-color: #B21F8A; }
span { border-color: rgb(178,31,138); }
td.TdClassName
{
border-color: #B21F8A;
}
.TagClassName
{
border-color: #B21F8A;
}
</style>