Shades of Medium Violet Red #B21B7A
Tints of Medium Violet Red #B21B7A
RGB
CMYK
RGB Variations
Color information
#B21B7A (or 0xB21B7A) is known color: Medium Violet Red. HEX triplet: B2, 1B and 7A. RGB value is (178,27,122). Sum of RGB (Red+Green+Blue) = 178+27+122=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21B7A is #4DE485. Grayscale: #525252. Windows color (decimal): -5104774 or 8002482. OLE color: 8002482.
HSL color Cylindrical-coordinate representation of color #B21B7A: hue angle of 322.25º 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 #B21B7A is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 27 | 122 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.30 |
| HSL | 322.25º | 0.74% | 0.4% | - |
| HSV(B) | 322.25º | 0.85% | 0.7% | - |
| XYZ | 22.26 | 11.65 | 19.49 | - |
| YUV | 82.98 | 150.03 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 27 | 122 | 0 | 0.85 | 0.31 | 0.30 | 322.25 | 0.74 | 0.4 |
| Hex | B2 | 1B | 7A | 0 | 55 | 1F | 1E | 142 | 4A | 28 |
| Octal | 262 | 33 | 172 | 0 | 125 | 37 | 36 | 502 | 112 | 50 |
| Binary | 10110010 | 11011 | 1111010 | 0 | 1010101 | 11111 | 11110 | 101000010 | 1001010 | 101000 |
Color Harmonies of #B21B7A
Complementary color
Monochromatic Colors of #B21B7A
Black with #B21B7A
Text Example
Text Example
White with #B21B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21B7A; }
p { color: rgb(178,27,122); }
H1.HeaderClassName
{
color: #B21B7A;
}
.AnyTagClassName
{
color: #B21B7A;
}
</style>
background-color css
<style>
a { background-color: #B21B7A; }
a { background-color: rgb(178,27,122); }
div.DivClassName
{
background-color: #B21B7A;
}
.BgClassName
{
background-color: #B21B7A;
}
</style>
border-color css
<style>
span { border-color: #B21B7A; }
span { border-color: rgb(178,27,122); }
td.TdClassName
{
border-color: #B21B7A;
}
.TagClassName
{
border-color: #B21B7A;
}
</style>