Shades of Deep Magenta #B21CBA
Tints of Deep Magenta #B21CBA
RGB
CMYK
RGB Variations
Color information
#B21CBA (or 0xB21CBA) is known color: Deep Magenta. HEX triplet: B2, 1C and BA. RGB value is (178,28,186). Sum of RGB (Red+Green+Blue) = 178+28+186=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #B21CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21CBA is #4DE345. Grayscale: #5A5A5A. Windows color (decimal): -5104454 or 12197042. OLE color: 12197042.
HSL color Cylindrical-coordinate representation of color #B21CBA: hue angle of 296.96º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21CBA is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 28 | 186 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.27 |
| HSL | 296.96º | 0.74% | 0.42% | - |
| HSV(B) | 296.96º | 0.85% | 0.73% | - |
| XYZ | 27.64 | 13.84 | 47.67 | - |
| YUV | 90.86 | 181.7 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 186 | 0.04 | 0.85 | 0 | 0.27 | 296.96 | 0.74 | 0.42 |
| Hex | B2 | 1C | BA | 4 | 55 | 0 | 1B | 129 | 4A | 2A |
| Octal | 262 | 34 | 272 | 4 | 125 | 0 | 33 | 451 | 112 | 52 |
| Binary | 10110010 | 11100 | 10111010 | 100 | 1010101 | 0 | 11011 | 100101001 | 1001010 | 101010 |
Color Harmonies of #B21CBA
Complementary color
Monochromatic Colors of #B21CBA
Black with #B21CBA
Text Example
Text Example
White with #B21CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21CBA; }
p { color: rgb(178,28,186); }
H1.HeaderClassName
{
color: #B21CBA;
}
.AnyTagClassName
{
color: #B21CBA;
}
</style>
background-color css
<style>
a { background-color: #B21CBA; }
a { background-color: rgb(178,28,186); }
div.DivClassName
{
background-color: #B21CBA;
}
.BgClassName
{
background-color: #B21CBA;
}
</style>
border-color css
<style>
span { border-color: #B21CBA; }
span { border-color: rgb(178,28,186); }
td.TdClassName
{
border-color: #B21CBA;
}
.TagClassName
{
border-color: #B21CBA;
}
</style>