Shades of Medium Violet Red #B21085
Tints of Medium Violet Red #B21085
RGB
CMYK
RGB Variations
Color information
#B21085 (or 0xB21085) is known color: Medium Violet Red. HEX triplet: B2, 10 and 85. RGB value is (178,16,133). Sum of RGB (Red+Green+Blue) = 178+16+133=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B21085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21085 is #4DEF7A. Grayscale: #4D4D4D. Windows color (decimal): -5107579 or 8720562. OLE color: 8720562.
HSL color Cylindrical-coordinate representation of color #B21085: hue angle of 316.67º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B21085 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 16 | 133 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.30 |
| HSL | 316.67º | 0.84% | 0.38% | - |
| HSV(B) | 316.67º | 0.91% | 0.7% | - |
| XYZ | 22.78 | 11.53 | 23.22 | - |
| YUV | 77.78 | 159.17 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 133 | 0 | 0.91 | 0.25 | 0.30 | 316.67 | 0.84 | 0.38 |
| Hex | B2 | 10 | 85 | 0 | 5B | 19 | 1E | 13D | 54 | 26 |
| Octal | 262 | 20 | 205 | 0 | 133 | 31 | 36 | 475 | 124 | 46 |
| Binary | 10110010 | 10000 | 10000101 | 0 | 1011011 | 11001 | 11110 | 100111101 | 1010100 | 100110 |
Color Harmonies of #B21085
Complementary color
Monochromatic Colors of #B21085
Black with #B21085
Text Example
Text Example
White with #B21085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21085; }
p { color: rgb(178,16,133); }
H1.HeaderClassName
{
color: #B21085;
}
.AnyTagClassName
{
color: #B21085;
}
</style>
background-color css
<style>
a { background-color: #B21085; }
a { background-color: rgb(178,16,133); }
div.DivClassName
{
background-color: #B21085;
}
.BgClassName
{
background-color: #B21085;
}
</style>
border-color css
<style>
span { border-color: #B21085; }
span { border-color: rgb(178,16,133); }
td.TdClassName
{
border-color: #B21085;
}
.TagClassName
{
border-color: #B21085;
}
</style>