Shades of Deep Magenta #B920BC
Tints of Deep Magenta #B920BC
RGB
CMYK
RGB Variations
Color information
#B920BC (or 0xB920BC) is known color: Deep Magenta. HEX triplet: B9, 20 and BC. RGB value is (185,32,188). Sum of RGB (Red+Green+Blue) = 185+32+188=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 32 (12.89% from 255 or 7.90% 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 #B920BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B920BC is #46DF43. Grayscale: #5F5F5F. Windows color (decimal): -4644676 or 12329145. OLE color: 12329145.
HSL color Cylindrical-coordinate representation of color #B920BC: hue angle of 298.85º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B920BC is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 32 | 188 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.26 |
| HSL | 298.85º | 0.71% | 0.43% | - |
| HSV(B) | 298.85º | 0.83% | 0.74% | - |
| XYZ | 29.6 | 14.98 | 48.91 | - |
| YUV | 95.53 | 180.19 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 188 | 0.02 | 0.83 | 0 | 0.26 | 298.85 | 0.71 | 0.43 |
| Hex | B9 | 20 | BC | 2 | 53 | 0 | 1A | 12B | 47 | 2B |
| Octal | 271 | 40 | 274 | 2 | 123 | 0 | 32 | 453 | 107 | 53 |
| Binary | 10111001 | 100000 | 10111100 | 10 | 1010011 | 0 | 11010 | 100101011 | 1000111 | 101011 |
Color Harmonies of #B920BC
Complementary color
Monochromatic Colors of #B920BC
Black with #B920BC
Text Example
Text Example
White with #B920BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B920BC; }
p { color: rgb(185,32,188); }
H1.HeaderClassName
{
color: #B920BC;
}
.AnyTagClassName
{
color: #B920BC;
}
</style>
background-color css
<style>
a { background-color: #B920BC; }
a { background-color: rgb(185,32,188); }
div.DivClassName
{
background-color: #B920BC;
}
.BgClassName
{
background-color: #B920BC;
}
</style>
border-color css
<style>
span { border-color: #B920BC; }
span { border-color: rgb(185,32,188); }
td.TdClassName
{
border-color: #B920BC;
}
.TagClassName
{
border-color: #B920BC;
}
</style>