Shades of Medium Violet Red #B21B9C
Tints of Medium Violet Red #B21B9C
RGB
CMYK
RGB Variations
Color information
#B21B9C (or 0xB21B9C) is known color: Medium Violet Red. HEX triplet: B2, 1B and 9C. RGB value is (178,27,156). Sum of RGB (Red+Green+Blue) = 178+27+156=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21B9C is #4DE463. Grayscale: #565656. Windows color (decimal): -5104740 or 10230706. OLE color: 10230706.
HSL color Cylindrical-coordinate representation of color #B21B9C: hue angle of 308.74º 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 #B21B9C is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 27 | 156 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.30 |
| HSL | 308.74º | 0.74% | 0.4% | - |
| HSV(B) | 308.74º | 0.85% | 0.7% | - |
| XYZ | 24.75 | 12.65 | 32.59 | - |
| YUV | 86.86 | 167.03 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 27 | 156 | 0 | 0.85 | 0.12 | 0.30 | 308.74 | 0.74 | 0.4 |
| Hex | B2 | 1B | 9C | 0 | 55 | C | 1E | 135 | 4A | 28 |
| Octal | 262 | 33 | 234 | 0 | 125 | 14 | 36 | 465 | 112 | 50 |
| Binary | 10110010 | 11011 | 10011100 | 0 | 1010101 | 1100 | 11110 | 100110101 | 1001010 | 101000 |
Color Harmonies of #B21B9C
Complementary color
Monochromatic Colors of #B21B9C
Black with #B21B9C
Text Example
Text Example
White with #B21B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21B9C; }
p { color: rgb(178,27,156); }
H1.HeaderClassName
{
color: #B21B9C;
}
.AnyTagClassName
{
color: #B21B9C;
}
</style>
background-color css
<style>
a { background-color: #B21B9C; }
a { background-color: rgb(178,27,156); }
div.DivClassName
{
background-color: #B21B9C;
}
.BgClassName
{
background-color: #B21B9C;
}
</style>
border-color css
<style>
span { border-color: #B21B9C; }
span { border-color: rgb(178,27,156); }
td.TdClassName
{
border-color: #B21B9C;
}
.TagClassName
{
border-color: #B21B9C;
}
</style>