Shades of Deep Magenta #B21FB1
Tints of Deep Magenta #B21FB1
RGB
CMYK
RGB Variations
Color information
#B21FB1 (or 0xB21FB1) is known color: Deep Magenta. HEX triplet: B2, 1F and B1. RGB value is (178,31,177). Sum of RGB (Red+Green+Blue) = 178+31+177=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B21FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21FB1 is #4DE04E. Grayscale: #5B5B5B. Windows color (decimal): -5103695 or 11607986. OLE color: 11607986.
HSL color Cylindrical-coordinate representation of color #B21FB1: hue angle of 300.41º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B21FB1 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 31 | 177 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.30 |
| HSL | 300.41º | 0.7% | 0.41% | - |
| HSV(B) | 300.41º | 0.83% | 0.7% | - |
| XYZ | 26.79 | 13.62 | 42.81 | - |
| YUV | 91.6 | 176.2 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 31 | 177 | 0 | 0.83 | 0.01 | 0.30 | 300.41 | 0.7 | 0.41 |
| Hex | B2 | 1F | B1 | 0 | 53 | 1 | 1E | 12C | 46 | 29 |
| Octal | 262 | 37 | 261 | 0 | 123 | 1 | 36 | 454 | 106 | 51 |
| Binary | 10110010 | 11111 | 10110001 | 0 | 1010011 | 1 | 11110 | 100101100 | 1000110 | 101001 |
Color Harmonies of #B21FB1
Complementary color
Monochromatic Colors of #B21FB1
Black with #B21FB1
Text Example
Text Example
White with #B21FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21FB1; }
p { color: rgb(178,31,177); }
H1.HeaderClassName
{
color: #B21FB1;
}
.AnyTagClassName
{
color: #B21FB1;
}
</style>
background-color css
<style>
a { background-color: #B21FB1; }
a { background-color: rgb(178,31,177); }
div.DivClassName
{
background-color: #B21FB1;
}
.BgClassName
{
background-color: #B21FB1;
}
</style>
border-color css
<style>
span { border-color: #B21FB1; }
span { border-color: rgb(178,31,177); }
td.TdClassName
{
border-color: #B21FB1;
}
.TagClassName
{
border-color: #B21FB1;
}
</style>