Shades of Medium Violet Red #B21280
Tints of Medium Violet Red #B21280
RGB
CMYK
RGB Variations
Color information
#B21280 (or 0xB21280) is known color: Medium Violet Red. HEX triplet: B2, 12 and 80. RGB value is (178,18,128). Sum of RGB (Red+Green+Blue) = 178+18+128=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B21280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21280 is #4DED7F. Grayscale: #4E4E4E. Windows color (decimal): -5107072 or 8393394. OLE color: 8393394.
HSL color Cylindrical-coordinate representation of color #B21280: hue angle of 318.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21280 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 128 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.30 |
| HSL | 318.75º | 0.82% | 0.38% | - |
| HSV(B) | 318.75º | 0.9% | 0.7% | - |
| XYZ | 22.47 | 11.46 | 21.45 | - |
| YUV | 78.38 | 156.01 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 128 | 0 | 0.90 | 0.28 | 0.30 | 318.75 | 0.82 | 0.38 |
| Hex | B2 | 12 | 80 | 0 | 5A | 1C | 1E | 13F | 52 | 26 |
| Octal | 262 | 22 | 200 | 0 | 132 | 34 | 36 | 477 | 122 | 46 |
| Binary | 10110010 | 10010 | 10000000 | 0 | 1011010 | 11100 | 11110 | 100111111 | 1010010 | 100110 |
Color Harmonies of #B21280
Complementary color
Monochromatic Colors of #B21280
Black with #B21280
Text Example
Text Example
White with #B21280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21280; }
p { color: rgb(178,18,128); }
H1.HeaderClassName
{
color: #B21280;
}
.AnyTagClassName
{
color: #B21280;
}
</style>
background-color css
<style>
a { background-color: #B21280; }
a { background-color: rgb(178,18,128); }
div.DivClassName
{
background-color: #B21280;
}
.BgClassName
{
background-color: #B21280;
}
</style>
border-color css
<style>
span { border-color: #B21280; }
span { border-color: rgb(178,18,128); }
td.TdClassName
{
border-color: #B21280;
}
.TagClassName
{
border-color: #B21280;
}
</style>