Shades of Medium Violet Red #B21693
Tints of Medium Violet Red #B21693
RGB
CMYK
RGB Variations
Color information
#B21693 (or 0xB21693) is known color: Medium Violet Red. HEX triplet: B2, 16 and 93. RGB value is (178,22,147). Sum of RGB (Red+Green+Blue) = 178+22+147=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B21693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21693 is #4DE96C. Grayscale: #525252. Windows color (decimal): -5106029 or 9639602. OLE color: 9639602.
HSL color Cylindrical-coordinate representation of color #B21693: hue angle of 311.92º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21693 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 22 | 147 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.30 |
| HSL | 311.92º | 0.78% | 0.39% | - |
| HSV(B) | 311.92º | 0.88% | 0.7% | - |
| XYZ | 23.91 | 12.15 | 28.69 | - |
| YUV | 82.89 | 164.18 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 22 | 147 | 0 | 0.88 | 0.17 | 0.30 | 311.92 | 0.78 | 0.39 |
| Hex | B2 | 16 | 93 | 0 | 58 | 11 | 1E | 138 | 4E | 27 |
| Octal | 262 | 26 | 223 | 0 | 130 | 21 | 36 | 470 | 116 | 47 |
| Binary | 10110010 | 10110 | 10010011 | 0 | 1011000 | 10001 | 11110 | 100111000 | 1001110 | 100111 |
Color Harmonies of #B21693
Complementary color
Monochromatic Colors of #B21693
Black with #B21693
Text Example
Text Example
White with #B21693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21693; }
p { color: rgb(178,22,147); }
H1.HeaderClassName
{
color: #B21693;
}
.AnyTagClassName
{
color: #B21693;
}
</style>
background-color css
<style>
a { background-color: #B21693; }
a { background-color: rgb(178,22,147); }
div.DivClassName
{
background-color: #B21693;
}
.BgClassName
{
background-color: #B21693;
}
</style>
border-color css
<style>
span { border-color: #B21693; }
span { border-color: rgb(178,22,147); }
td.TdClassName
{
border-color: #B21693;
}
.TagClassName
{
border-color: #B21693;
}
</style>