Shades of Deep Magenta #B920BA
Tints of Deep Magenta #B920BA
RGB
CMYK
RGB Variations
Color information
#B920BA (or 0xB920BA) is known color: Deep Magenta. HEX triplet: B9, 20 and BA. RGB value is (185,32,186). Sum of RGB (Red+Green+Blue) = 185+32+186=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #B920BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B920BA is #46DF45. Grayscale: #5E5E5E. Windows color (decimal): -4644678 or 12198073. OLE color: 12198073.
HSL color Cylindrical-coordinate representation of color #B920BA: hue angle of 299.61º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B920BA is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 186 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.27 |
| HSL | 299.61º | 0.71% | 0.43% | - |
| HSV(B) | 299.61º | 0.83% | 0.73% | - |
| XYZ | 29.39 | 14.89 | 47.78 | - |
| YUV | 95.3 | 179.19 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 186 | 0.01 | 0.83 | 0 | 0.27 | 299.61 | 0.71 | 0.43 |
| Hex | B9 | 20 | BA | 1 | 53 | 0 | 1B | 12C | 47 | 2B |
| Octal | 271 | 40 | 272 | 1 | 123 | 0 | 33 | 454 | 107 | 53 |
| Binary | 10111001 | 100000 | 10111010 | 1 | 1010011 | 0 | 11011 | 100101100 | 1000111 | 101011 |
Color Harmonies of #B920BA
Complementary color
Monochromatic Colors of #B920BA
Black with #B920BA
Text Example
Text Example
White with #B920BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B920BA; }
p { color: rgb(185,32,186); }
H1.HeaderClassName
{
color: #B920BA;
}
.AnyTagClassName
{
color: #B920BA;
}
</style>
background-color css
<style>
a { background-color: #B920BA; }
a { background-color: rgb(185,32,186); }
div.DivClassName
{
background-color: #B920BA;
}
.BgClassName
{
background-color: #B920BA;
}
</style>
border-color css
<style>
span { border-color: #B920BA; }
span { border-color: rgb(185,32,186); }
td.TdClassName
{
border-color: #B920BA;
}
.TagClassName
{
border-color: #B920BA;
}
</style>