Shades of Deep Magenta #B21DB6
Tints of Deep Magenta #B21DB6
RGB
CMYK
RGB Variations
Color information
#B21DB6 (or 0xB21DB6) is known color: Deep Magenta. HEX triplet: B2, 1D and B6. RGB value is (178,29,182). Sum of RGB (Red+Green+Blue) = 178+29+182=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 182 - color contains mainly: blue. Hex color #B21DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21DB6 is #4DE249. Grayscale: #5A5A5A. Windows color (decimal): -5104202 or 11935154. OLE color: 11935154.
HSL color Cylindrical-coordinate representation of color #B21DB6: hue angle of 298.43º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21DB6 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 29 | 182 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.29 |
| HSL | 298.43º | 0.73% | 0.41% | - |
| HSV(B) | 298.43º | 0.84% | 0.71% | - |
| XYZ | 27.24 | 13.72 | 45.47 | - |
| YUV | 90.99 | 179.36 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 29 | 182 | 0.02 | 0.84 | 0 | 0.29 | 298.43 | 0.73 | 0.41 |
| Hex | B2 | 1D | B6 | 2 | 54 | 0 | 1D | 12A | 49 | 29 |
| Octal | 262 | 35 | 266 | 2 | 124 | 0 | 35 | 452 | 111 | 51 |
| Binary | 10110010 | 11101 | 10110110 | 10 | 1010100 | 0 | 11101 | 100101010 | 1001001 | 101001 |
Color Harmonies of #B21DB6
Complementary color
Monochromatic Colors of #B21DB6
Black with #B21DB6
Text Example
Text Example
White with #B21DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21DB6; }
p { color: rgb(178,29,182); }
H1.HeaderClassName
{
color: #B21DB6;
}
.AnyTagClassName
{
color: #B21DB6;
}
</style>
background-color css
<style>
a { background-color: #B21DB6; }
a { background-color: rgb(178,29,182); }
div.DivClassName
{
background-color: #B21DB6;
}
.BgClassName
{
background-color: #B21DB6;
}
</style>
border-color css
<style>
span { border-color: #B21DB6; }
span { border-color: rgb(178,29,182); }
td.TdClassName
{
border-color: #B21DB6;
}
.TagClassName
{
border-color: #B21DB6;
}
</style>