Shades of Deep Magenta #B21EB6
Tints of Deep Magenta #B21EB6
RGB
CMYK
RGB Variations
Color information
#B21EB6 (or 0xB21EB6) is known color: Deep Magenta. HEX triplet: B2, 1E and B6. RGB value is (178,30,182). Sum of RGB (Red+Green+Blue) = 178+30+182=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 182 - color contains mainly: blue. Hex color #B21EB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21EB6 is #4DE149. Grayscale: #5B5B5B. Windows color (decimal): -5103946 or 11935410. OLE color: 11935410.
HSL color Cylindrical-coordinate representation of color #B21EB6: hue angle of 298.42º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21EB6 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 178 | 30 | 182 | - |
CMYK | 0.02 | 0.84 | 0 | 0.29 |
HSL | 298.42º | 0.72% | 0.42% | - |
HSV(B) | 298.42º | 0.84% | 0.71% | - |
XYZ | 27.27 | 13.77 | 45.48 | - |
YUV | 91.58 | 179.03 | 189.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 30 | 182 | 0.02 | 0.84 | 0 | 0.29 | 298.42 | 0.72 | 0.42 |
Hex | B2 | 1E | B6 | 2 | 54 | 0 | 1D | 12A | 48 | 2A |
Octal | 262 | 36 | 266 | 2 | 124 | 0 | 35 | 452 | 110 | 52 |
Binary | 10110010 | 11110 | 10110110 | 10 | 1010100 | 0 | 11101 | 100101010 | 1001000 | 101010 |
Color Harmonies of #B21EB6
Complementary color
Monochromatic Colors of #B21EB6
Black with #B21EB6
Text Example
Text Example
White with #B21EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21EB6; }
p { color: rgb(178,30,182); }
H1.HeaderClassName
{
color: #B21EB6;
}
.AnyTagClassName
{
color: #B21EB6;
}
</style>
background-color css
<style>
a { background-color: #B21EB6; }
a { background-color: rgb(178,30,182); }
div.DivClassName
{
background-color: #B21EB6;
}
.BgClassName
{
background-color: #B21EB6;
}
</style>
border-color css
<style>
span { border-color: #B21EB6; }
span { border-color: rgb(178,30,182); }
td.TdClassName
{
border-color: #B21EB6;
}
.TagClassName
{
border-color: #B21EB6;
}
</style>