Shades of Deep Magenta #B21CBC
Tints of Deep Magenta #B21CBC
RGB
CMYK
RGB Variations
Color information
#B21CBC (or 0xB21CBC) is known color: Deep Magenta. HEX triplet: B2, 1C and BC. RGB value is (178,28,188). Sum of RGB (Red+Green+Blue) = 178+28+188=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #B21CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21CBC is #4DE343. Grayscale: #5A5A5A. Windows color (decimal): -5104452 or 12328114. OLE color: 12328114.
HSL color Cylindrical-coordinate representation of color #B21CBC: hue angle of 296.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21CBC is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 28 | 188 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.26 |
| HSL | 296.25º | 0.74% | 0.42% | - |
| HSV(B) | 296.25º | 0.85% | 0.74% | - |
| XYZ | 27.85 | 13.93 | 48.8 | - |
| YUV | 91.09 | 182.7 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 188 | 0.05 | 0.85 | 0 | 0.26 | 296.25 | 0.74 | 0.42 |
| Hex | B2 | 1C | BC | 5 | 55 | 0 | 1A | 128 | 4A | 2A |
| Octal | 262 | 34 | 274 | 5 | 125 | 0 | 32 | 450 | 112 | 52 |
| Binary | 10110010 | 11100 | 10111100 | 101 | 1010101 | 0 | 11010 | 100101000 | 1001010 | 101010 |
Color Harmonies of #B21CBC
Complementary color
Monochromatic Colors of #B21CBC
Black with #B21CBC
Text Example
Text Example
White with #B21CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21CBC; }
p { color: rgb(178,28,188); }
H1.HeaderClassName
{
color: #B21CBC;
}
.AnyTagClassName
{
color: #B21CBC;
}
</style>
background-color css
<style>
a { background-color: #B21CBC; }
a { background-color: rgb(178,28,188); }
div.DivClassName
{
background-color: #B21CBC;
}
.BgClassName
{
background-color: #B21CBC;
}
</style>
border-color css
<style>
span { border-color: #B21CBC; }
span { border-color: rgb(178,28,188); }
td.TdClassName
{
border-color: #B21CBC;
}
.TagClassName
{
border-color: #B21CBC;
}
</style>