Shades of Deep Magenta #B21DB3
Tints of Deep Magenta #B21DB3
RGB
CMYK
RGB Variations
Color information
#B21DB3 (or 0xB21DB3) is known color: Deep Magenta. HEX triplet: B2, 1D and B3. RGB value is (178,29,179). Sum of RGB (Red+Green+Blue) = 178+29+179=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 179 - color contains mainly: blue. Hex color #B21DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21DB3 is #4DE24C. Grayscale: #5A5A5A. Windows color (decimal): -5104205 or 11738546. OLE color: 11738546.
HSL color Cylindrical-coordinate representation of color #B21DB3: hue angle of 299.6º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21DB3 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 29 | 179 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.30 |
| HSL | 299.6º | 0.72% | 0.41% | - |
| HSV(B) | 299.6º | 0.84% | 0.7% | - |
| XYZ | 26.94 | 13.6 | 43.85 | - |
| YUV | 90.65 | 177.86 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 29 | 179 | 0.01 | 0.84 | 0 | 0.30 | 299.6 | 0.72 | 0.41 |
| Hex | B2 | 1D | B3 | 1 | 54 | 0 | 1E | 12C | 48 | 29 |
| Octal | 262 | 35 | 263 | 1 | 124 | 0 | 36 | 454 | 110 | 51 |
| Binary | 10110010 | 11101 | 10110011 | 1 | 1010100 | 0 | 11110 | 100101100 | 1001000 | 101001 |
Color Harmonies of #B21DB3
Complementary color
Monochromatic Colors of #B21DB3
Black with #B21DB3
Text Example
Text Example
White with #B21DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21DB3; }
p { color: rgb(178,29,179); }
H1.HeaderClassName
{
color: #B21DB3;
}
.AnyTagClassName
{
color: #B21DB3;
}
</style>
background-color css
<style>
a { background-color: #B21DB3; }
a { background-color: rgb(178,29,179); }
div.DivClassName
{
background-color: #B21DB3;
}
.BgClassName
{
background-color: #B21DB3;
}
</style>
border-color css
<style>
span { border-color: #B21DB3; }
span { border-color: rgb(178,29,179); }
td.TdClassName
{
border-color: #B21DB3;
}
.TagClassName
{
border-color: #B21DB3;
}
</style>