Shades of Medium Violet Red #B21285
Tints of Medium Violet Red #B21285
RGB
CMYK
RGB Variations
Color information
#B21285 (or 0xB21285) is known color: Medium Violet Red. HEX triplet: B2, 12 and 85. RGB value is (178,18,133). Sum of RGB (Red+Green+Blue) = 178+18+133=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B21285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21285 is #4DED7A. Grayscale: #4E4E4E. Windows color (decimal): -5107067 or 8721074. OLE color: 8721074.
HSL color Cylindrical-coordinate representation of color #B21285: hue angle of 316.88º 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 #B21285 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 133 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.30 |
| HSL | 316.88º | 0.82% | 0.38% | - |
| HSV(B) | 316.88º | 0.9% | 0.7% | - |
| XYZ | 22.81 | 11.59 | 23.23 | - |
| YUV | 78.95 | 158.51 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 133 | 0 | 0.90 | 0.25 | 0.30 | 316.88 | 0.82 | 0.38 |
| Hex | B2 | 12 | 85 | 0 | 5A | 19 | 1E | 13D | 52 | 26 |
| Octal | 262 | 22 | 205 | 0 | 132 | 31 | 36 | 475 | 122 | 46 |
| Binary | 10110010 | 10010 | 10000101 | 0 | 1011010 | 11001 | 11110 | 100111101 | 1010010 | 100110 |
Color Harmonies of #B21285
Complementary color
Monochromatic Colors of #B21285
Black with #B21285
Text Example
Text Example
White with #B21285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21285; }
p { color: rgb(178,18,133); }
H1.HeaderClassName
{
color: #B21285;
}
.AnyTagClassName
{
color: #B21285;
}
</style>
background-color css
<style>
a { background-color: #B21285; }
a { background-color: rgb(178,18,133); }
div.DivClassName
{
background-color: #B21285;
}
.BgClassName
{
background-color: #B21285;
}
</style>
border-color css
<style>
span { border-color: #B21285; }
span { border-color: rgb(178,18,133); }
td.TdClassName
{
border-color: #B21285;
}
.TagClassName
{
border-color: #B21285;
}
</style>