Shades of Deep Magenta #B21DBB
Tints of Deep Magenta #B21DBB
RGB
CMYK
RGB Variations
Color information
#B21DBB (or 0xB21DBB) is known color: Deep Magenta. HEX triplet: B2, 1D and BB. RGB value is (178,29,187). Sum of RGB (Red+Green+Blue) = 178+29+187=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #B21DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21DBB is #4DE244. Grayscale: #5B5B5B. Windows color (decimal): -5104197 or 12262834. OLE color: 12262834.
HSL color Cylindrical-coordinate representation of color #B21DBB: hue angle of 296.58º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21DBB is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 29 | 187 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.27 |
| HSL | 296.58º | 0.73% | 0.42% | - |
| HSV(B) | 296.58º | 0.84% | 0.73% | - |
| XYZ | 27.77 | 13.93 | 48.24 | - |
| YUV | 91.56 | 181.86 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 29 | 187 | 0.05 | 0.84 | 0 | 0.27 | 296.58 | 0.73 | 0.42 |
| Hex | B2 | 1D | BB | 5 | 54 | 0 | 1B | 129 | 49 | 2A |
| Octal | 262 | 35 | 273 | 5 | 124 | 0 | 33 | 451 | 111 | 52 |
| Binary | 10110010 | 11101 | 10111011 | 101 | 1010100 | 0 | 11011 | 100101001 | 1001001 | 101010 |
Color Harmonies of #B21DBB
Complementary color
Monochromatic Colors of #B21DBB
Black with #B21DBB
Text Example
Text Example
White with #B21DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21DBB; }
p { color: rgb(178,29,187); }
H1.HeaderClassName
{
color: #B21DBB;
}
.AnyTagClassName
{
color: #B21DBB;
}
</style>
background-color css
<style>
a { background-color: #B21DBB; }
a { background-color: rgb(178,29,187); }
div.DivClassName
{
background-color: #B21DBB;
}
.BgClassName
{
background-color: #B21DBB;
}
</style>
border-color css
<style>
span { border-color: #B21DBB; }
span { border-color: rgb(178,29,187); }
td.TdClassName
{
border-color: #B21DBB;
}
.TagClassName
{
border-color: #B21DBB;
}
</style>