Shades of Deep Magenta #B922B0
Tints of Deep Magenta #B922B0
RGB
CMYK
RGB Variations
Color information
#B922B0 (or 0xB922B0) is known color: Deep Magenta. HEX triplet: B9, 22 and B0. RGB value is (185,34,176). Sum of RGB (Red+Green+Blue) = 185+34+176=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B922B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B922B0 is #46DD4F. Grayscale: #5E5E5E. Windows color (decimal): -4644176 or 11543225. OLE color: 11543225.
HSL color Cylindrical-coordinate representation of color #B922B0: hue angle of 303.58º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B922B0 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 34 | 176 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.27 |
| HSL | 303.58º | 0.69% | 0.43% | - |
| HSV(B) | 303.58º | 0.82% | 0.73% | - |
| XYZ | 28.42 | 14.59 | 42.39 | - |
| YUV | 95.34 | 173.53 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 34 | 176 | 0 | 0.82 | 0.05 | 0.27 | 303.58 | 0.69 | 0.43 |
| Hex | B9 | 22 | B0 | 0 | 52 | 5 | 1B | 130 | 45 | 2B |
| Octal | 271 | 42 | 260 | 0 | 122 | 5 | 33 | 460 | 105 | 53 |
| Binary | 10111001 | 100010 | 10110000 | 0 | 1010010 | 101 | 11011 | 100110000 | 1000101 | 101011 |
Color Harmonies of #B922B0
Complementary color
Monochromatic Colors of #B922B0
Black with #B922B0
Text Example
Text Example
White with #B922B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B922B0; }
p { color: rgb(185,34,176); }
H1.HeaderClassName
{
color: #B922B0;
}
.AnyTagClassName
{
color: #B922B0;
}
</style>
background-color css
<style>
a { background-color: #B922B0; }
a { background-color: rgb(185,34,176); }
div.DivClassName
{
background-color: #B922B0;
}
.BgClassName
{
background-color: #B922B0;
}
</style>
border-color css
<style>
span { border-color: #B922B0; }
span { border-color: rgb(185,34,176); }
td.TdClassName
{
border-color: #B922B0;
}
.TagClassName
{
border-color: #B922B0;
}
</style>