Shades of Deep Magenta #B920B7
Tints of Deep Magenta #B920B7
RGB
CMYK
RGB Variations
Color information
#B920B7 (or 0xB920B7) is known color: Deep Magenta. HEX triplet: B9, 20 and B7. RGB value is (185,32,183). Sum of RGB (Red+Green+Blue) = 185+32+183=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 183 (71.88% from 255 or 45.75% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B920B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B920B7 is #46DF48. Grayscale: #5E5E5E. Windows color (decimal): -4644681 or 12001465. OLE color: 12001465.
HSL color Cylindrical-coordinate representation of color #B920B7: hue angle of 300.78º 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 #B920B7 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 183 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.27 |
| HSL | 300.78º | 0.71% | 0.43% | - |
| HSV(B) | 300.78º | 0.83% | 0.73% | - |
| XYZ | 29.07 | 14.77 | 46.12 | - |
| YUV | 94.96 | 177.69 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 183 | 0 | 0.83 | 0.01 | 0.27 | 300.78 | 0.71 | 0.43 |
| Hex | B9 | 20 | B7 | 0 | 53 | 1 | 1B | 12D | 47 | 2B |
| Octal | 271 | 40 | 267 | 0 | 123 | 1 | 33 | 455 | 107 | 53 |
| Binary | 10111001 | 100000 | 10110111 | 0 | 1010011 | 1 | 11011 | 100101101 | 1000111 | 101011 |
Color Harmonies of #B920B7
Complementary color
Monochromatic Colors of #B920B7
Black with #B920B7
Text Example
Text Example
White with #B920B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B920B7; }
p { color: rgb(185,32,183); }
H1.HeaderClassName
{
color: #B920B7;
}
.AnyTagClassName
{
color: #B920B7;
}
</style>
background-color css
<style>
a { background-color: #B920B7; }
a { background-color: rgb(185,32,183); }
div.DivClassName
{
background-color: #B920B7;
}
.BgClassName
{
background-color: #B920B7;
}
</style>
border-color css
<style>
span { border-color: #B920B7; }
span { border-color: rgb(185,32,183); }
td.TdClassName
{
border-color: #B920B7;
}
.TagClassName
{
border-color: #B920B7;
}
</style>