Shades of Medium Violet Red #B21B8F
Tints of Medium Violet Red #B21B8F
RGB
CMYK
RGB Variations
Color information
#B21B8F (or 0xB21B8F) is known color: Medium Violet Red. HEX triplet: B2, 1B and 8F. RGB value is (178,27,143). Sum of RGB (Red+Green+Blue) = 178+27+143=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21B8F is #4DE470. Grayscale: #555555. Windows color (decimal): -5104753 or 9378738. OLE color: 9378738.
HSL color Cylindrical-coordinate representation of color #B21B8F: hue angle of 313.91º 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 #B21B8F is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 27 | 143 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.30 |
| HSL | 313.91º | 0.74% | 0.4% | - |
| HSV(B) | 313.91º | 0.85% | 0.7% | - |
| XYZ | 23.71 | 12.23 | 27.1 | - |
| YUV | 85.37 | 160.53 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 27 | 143 | 0 | 0.85 | 0.20 | 0.30 | 313.91 | 0.74 | 0.4 |
| Hex | B2 | 1B | 8F | 0 | 55 | 14 | 1E | 13A | 4A | 28 |
| Octal | 262 | 33 | 217 | 0 | 125 | 24 | 36 | 472 | 112 | 50 |
| Binary | 10110010 | 11011 | 10001111 | 0 | 1010101 | 10100 | 11110 | 100111010 | 1001010 | 101000 |
Color Harmonies of #B21B8F
Complementary color
Monochromatic Colors of #B21B8F
Black with #B21B8F
Text Example
Text Example
White with #B21B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21B8F; }
p { color: rgb(178,27,143); }
H1.HeaderClassName
{
color: #B21B8F;
}
.AnyTagClassName
{
color: #B21B8F;
}
</style>
background-color css
<style>
a { background-color: #B21B8F; }
a { background-color: rgb(178,27,143); }
div.DivClassName
{
background-color: #B21B8F;
}
.BgClassName
{
background-color: #B21B8F;
}
</style>
border-color css
<style>
span { border-color: #B21B8F; }
span { border-color: rgb(178,27,143); }
td.TdClassName
{
border-color: #B21B8F;
}
.TagClassName
{
border-color: #B21B8F;
}
</style>