Shades of Deep Magenta #B921BC
Tints of Deep Magenta #B921BC
RGB
CMYK
RGB Variations
Color information
#B921BC (or 0xB921BC) is known color: Deep Magenta. HEX triplet: B9, 21 and BC. RGB value is (185,33,188). Sum of RGB (Red+Green+Blue) = 185+33+188=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #B921BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B921BC is #46DE43. Grayscale: #5F5F5F. Windows color (decimal): -4644420 or 12329401. OLE color: 12329401.
HSL color Cylindrical-coordinate representation of color #B921BC: hue angle of 298.84º 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 #B921BC is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 33 | 188 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.26 |
| HSL | 298.84º | 0.7% | 0.43% | - |
| HSV(B) | 298.84º | 0.82% | 0.74% | - |
| XYZ | 29.63 | 15.03 | 48.92 | - |
| YUV | 96.12 | 179.86 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 188 | 0.02 | 0.82 | 0 | 0.26 | 298.84 | 0.7 | 0.43 |
| Hex | B9 | 21 | BC | 2 | 52 | 0 | 1A | 12B | 46 | 2B |
| Octal | 271 | 41 | 274 | 2 | 122 | 0 | 32 | 453 | 106 | 53 |
| Binary | 10111001 | 100001 | 10111100 | 10 | 1010010 | 0 | 11010 | 100101011 | 1000110 | 101011 |
Color Harmonies of #B921BC
Complementary color
Monochromatic Colors of #B921BC
Black with #B921BC
Text Example
Text Example
White with #B921BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B921BC; }
p { color: rgb(185,33,188); }
H1.HeaderClassName
{
color: #B921BC;
}
.AnyTagClassName
{
color: #B921BC;
}
</style>
background-color css
<style>
a { background-color: #B921BC; }
a { background-color: rgb(185,33,188); }
div.DivClassName
{
background-color: #B921BC;
}
.BgClassName
{
background-color: #B921BC;
}
</style>
border-color css
<style>
span { border-color: #B921BC; }
span { border-color: rgb(185,33,188); }
td.TdClassName
{
border-color: #B921BC;
}
.TagClassName
{
border-color: #B921BC;
}
</style>