Shades of Deep Magenta #B21CBE
Tints of Deep Magenta #B21CBE
RGB
CMYK
RGB Variations
Color information
#B21CBE (or 0xB21CBE) is known color: Deep Magenta. HEX triplet: B2, 1C and BE. RGB value is (178,28,190). Sum of RGB (Red+Green+Blue) = 178+28+190=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #B21CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21CBE is #4DE341. Grayscale: #5A5A5A. Windows color (decimal): -5104450 or 12459186. OLE color: 12459186.
HSL color Cylindrical-coordinate representation of color #B21CBE: hue angle of 295.56º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21CBE is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 28 | 190 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.25 |
| HSL | 295.56º | 0.74% | 0.43% | - |
| HSV(B) | 295.56º | 0.85% | 0.75% | - |
| XYZ | 28.07 | 14.01 | 49.94 | - |
| YUV | 91.32 | 183.7 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 190 | 0.06 | 0.85 | 0 | 0.25 | 295.56 | 0.74 | 0.43 |
| Hex | B2 | 1C | BE | 6 | 55 | 0 | 19 | 128 | 4A | 2B |
| Octal | 262 | 34 | 276 | 6 | 125 | 0 | 31 | 450 | 112 | 53 |
| Binary | 10110010 | 11100 | 10111110 | 110 | 1010101 | 0 | 11001 | 100101000 | 1001010 | 101011 |
Color Harmonies of #B21CBE
Complementary color
Monochromatic Colors of #B21CBE
Black with #B21CBE
Text Example
Text Example
White with #B21CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21CBE; }
p { color: rgb(178,28,190); }
H1.HeaderClassName
{
color: #B21CBE;
}
.AnyTagClassName
{
color: #B21CBE;
}
</style>
background-color css
<style>
a { background-color: #B21CBE; }
a { background-color: rgb(178,28,190); }
div.DivClassName
{
background-color: #B21CBE;
}
.BgClassName
{
background-color: #B21CBE;
}
</style>
border-color css
<style>
span { border-color: #B21CBE; }
span { border-color: rgb(178,28,190); }
td.TdClassName
{
border-color: #B21CBE;
}
.TagClassName
{
border-color: #B21CBE;
}
</style>