Shades of Deep Magenta #B920BD
Tints of Deep Magenta #B920BD
RGB
CMYK
RGB Variations
Color information
#B920BD (or 0xB920BD) is known color: Deep Magenta. HEX triplet: B9, 20 and BD. RGB value is (185,32,189). Sum of RGB (Red+Green+Blue) = 185+32+189=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #B920BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B920BD is #46DF42. Grayscale: #5F5F5F. Windows color (decimal): -4644675 or 12394681. OLE color: 12394681.
HSL color Cylindrical-coordinate representation of color #B920BD: hue angle of 298.47º 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 #B920BD is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 32 | 189 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.26 |
| HSL | 298.47º | 0.71% | 0.43% | - |
| HSV(B) | 298.47º | 0.83% | 0.74% | - |
| XYZ | 29.71 | 15.02 | 49.48 | - |
| YUV | 95.65 | 180.69 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 189 | 0.02 | 0.83 | 0 | 0.26 | 298.47 | 0.71 | 0.43 |
| Hex | B9 | 20 | BD | 2 | 53 | 0 | 1A | 12A | 47 | 2B |
| Octal | 271 | 40 | 275 | 2 | 123 | 0 | 32 | 452 | 107 | 53 |
| Binary | 10111001 | 100000 | 10111101 | 10 | 1010011 | 0 | 11010 | 100101010 | 1000111 | 101011 |
Color Harmonies of #B920BD
Complementary color
Monochromatic Colors of #B920BD
Black with #B920BD
Text Example
Text Example
White with #B920BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B920BD; }
p { color: rgb(185,32,189); }
H1.HeaderClassName
{
color: #B920BD;
}
.AnyTagClassName
{
color: #B920BD;
}
</style>
background-color css
<style>
a { background-color: #B920BD; }
a { background-color: rgb(185,32,189); }
div.DivClassName
{
background-color: #B920BD;
}
.BgClassName
{
background-color: #B920BD;
}
</style>
border-color css
<style>
span { border-color: #B920BD; }
span { border-color: rgb(185,32,189); }
td.TdClassName
{
border-color: #B920BD;
}
.TagClassName
{
border-color: #B920BD;
}
</style>