Shades of Deep Magenta #B821C1
Tints of Deep Magenta #B821C1
RGB
CMYK
RGB Variations
Color information
#B821C1 (or 0xB821C1) is known color: Deep Magenta. HEX triplet: B8, 21 and C1. RGB value is (184,33,193). Sum of RGB (Red+Green+Blue) = 184+33+193=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #B821C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B821C1 is #47DE3E. Grayscale: #5F5F5F. Windows color (decimal): -4709951 or 12657080. OLE color: 12657080.
HSL color Cylindrical-coordinate representation of color #B821C1: hue angle of 296.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B821C1 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 33 | 193 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.24 |
| HSL | 296.63º | 0.71% | 0.44% | - |
| HSV(B) | 296.63º | 0.83% | 0.76% | - |
| XYZ | 29.94 | 15.13 | 51.79 | - |
| YUV | 96.39 | 182.53 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 193 | 0.05 | 0.83 | 0 | 0.24 | 296.63 | 0.71 | 0.44 |
| Hex | B8 | 21 | C1 | 5 | 53 | 0 | 18 | 129 | 47 | 2C |
| Octal | 270 | 41 | 301 | 5 | 123 | 0 | 30 | 451 | 107 | 54 |
| Binary | 10111000 | 100001 | 11000001 | 101 | 1010011 | 0 | 11000 | 100101001 | 1000111 | 101100 |
Color Harmonies of #B821C1
Complementary color
Monochromatic Colors of #B821C1
Black with #B821C1
Text Example
Text Example
White with #B821C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B821C1; }
p { color: rgb(184,33,193); }
H1.HeaderClassName
{
color: #B821C1;
}
.AnyTagClassName
{
color: #B821C1;
}
</style>
background-color css
<style>
a { background-color: #B821C1; }
a { background-color: rgb(184,33,193); }
div.DivClassName
{
background-color: #B821C1;
}
.BgClassName
{
background-color: #B821C1;
}
</style>
border-color css
<style>
span { border-color: #B821C1; }
span { border-color: rgb(184,33,193); }
td.TdClassName
{
border-color: #B821C1;
}
.TagClassName
{
border-color: #B821C1;
}
</style>