Shades of Deep Magenta #B821BC
Tints of Deep Magenta #B821BC
RGB
CMYK
RGB Variations
Color information
#B821BC (or 0xB821BC) is known color: Deep Magenta. HEX triplet: B8, 21 and BC. RGB value is (184,33,188). Sum of RGB (Red+Green+Blue) = 184+33+188=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #B821BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B821BC is #47DE43. Grayscale: #5F5F5F. Windows color (decimal): -4709956 or 12329400. OLE color: 12329400.
HSL color Cylindrical-coordinate representation of color #B821BC: hue angle of 298.45º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B821BC is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 33 | 188 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.26 |
| HSL | 298.45º | 0.7% | 0.43% | - |
| HSV(B) | 298.45º | 0.82% | 0.74% | - |
| XYZ | 29.39 | 14.91 | 48.91 | - |
| YUV | 95.82 | 180.03 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 188 | 0.02 | 0.82 | 0 | 0.26 | 298.45 | 0.7 | 0.43 |
| Hex | B8 | 21 | BC | 2 | 52 | 0 | 1A | 12A | 46 | 2B |
| Octal | 270 | 41 | 274 | 2 | 122 | 0 | 32 | 452 | 106 | 53 |
| Binary | 10111000 | 100001 | 10111100 | 10 | 1010010 | 0 | 11010 | 100101010 | 1000110 | 101011 |
Color Harmonies of #B821BC
Complementary color
Monochromatic Colors of #B821BC
Black with #B821BC
Text Example
Text Example
White with #B821BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B821BC; }
p { color: rgb(184,33,188); }
H1.HeaderClassName
{
color: #B821BC;
}
.AnyTagClassName
{
color: #B821BC;
}
</style>
background-color css
<style>
a { background-color: #B821BC; }
a { background-color: rgb(184,33,188); }
div.DivClassName
{
background-color: #B821BC;
}
.BgClassName
{
background-color: #B821BC;
}
</style>
border-color css
<style>
span { border-color: #B821BC; }
span { border-color: rgb(184,33,188); }
td.TdClassName
{
border-color: #B821BC;
}
.TagClassName
{
border-color: #B821BC;
}
</style>