Shades of Deep Magenta #B921CC
Tints of Deep Magenta #B921CC
RGB
CMYK
RGB Variations
Color information
#B921CC (or 0xB921CC) is known color: Deep Magenta. HEX triplet: B9, 21 and CC. RGB value is (185,33,204). Sum of RGB (Red+Green+Blue) = 185+33+204=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #B921CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B921CC is #46DE33. Grayscale: #616161. Windows color (decimal): -4644404 or 13377977. OLE color: 13377977.
HSL color Cylindrical-coordinate representation of color #B921CC: hue angle of 293.33º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B921CC is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 33 | 204 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.2 |
| HSL | 293.33º | 0.72% | 0.46% | - |
| HSV(B) | 293.33º | 0.84% | 0.8% | - |
| XYZ | 31.45 | 15.76 | 58.51 | - |
| YUV | 97.94 | 187.86 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 204 | 0.09 | 0.84 | 0 | 0.2 | 293.33 | 0.72 | 0.46 |
| Hex | B9 | 21 | CC | 9 | 54 | 0 | 14 | 125 | 48 | 2E |
| Octal | 271 | 41 | 314 | 11 | 124 | 0 | 24 | 445 | 110 | 56 |
| Binary | 10111001 | 100001 | 11001100 | 1001 | 1010100 | 0 | 10100 | 100100101 | 1001000 | 101110 |
Color Harmonies of #B921CC
Complementary color
Monochromatic Colors of #B921CC
Black with #B921CC
Text Example
Text Example
White with #B921CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B921CC; }
p { color: rgb(185,33,204); }
H1.HeaderClassName
{
color: #B921CC;
}
.AnyTagClassName
{
color: #B921CC;
}
</style>
background-color css
<style>
a { background-color: #B921CC; }
a { background-color: rgb(185,33,204); }
div.DivClassName
{
background-color: #B921CC;
}
.BgClassName
{
background-color: #B921CC;
}
</style>
border-color css
<style>
span { border-color: #B921CC; }
span { border-color: rgb(185,33,204); }
td.TdClassName
{
border-color: #B921CC;
}
.TagClassName
{
border-color: #B921CC;
}
</style>