Shades of Deep Magenta #B922BC
Tints of Deep Magenta #B922BC
RGB
CMYK
RGB Variations
Color information
#B922BC (or 0xB922BC) is known color: Deep Magenta. HEX triplet: B9, 22 and BC. RGB value is (185,34,188). Sum of RGB (Red+Green+Blue) = 185+34+188=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #B922BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B922BC is #46DD43. Grayscale: #606060. Windows color (decimal): -4644164 or 12329657. OLE color: 12329657.
HSL color Cylindrical-coordinate representation of color #B922BC: hue angle of 298.83º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B922BC is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 34 | 188 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.26 |
| HSL | 298.83º | 0.69% | 0.44% | - |
| HSV(B) | 298.83º | 0.82% | 0.74% | - |
| XYZ | 29.66 | 15.09 | 48.93 | - |
| YUV | 96.71 | 179.53 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 34 | 188 | 0.02 | 0.82 | 0 | 0.26 | 298.83 | 0.69 | 0.44 |
| Hex | B9 | 22 | BC | 2 | 52 | 0 | 1A | 12B | 45 | 2C |
| Octal | 271 | 42 | 274 | 2 | 122 | 0 | 32 | 453 | 105 | 54 |
| Binary | 10111001 | 100010 | 10111100 | 10 | 1010010 | 0 | 11010 | 100101011 | 1000101 | 101100 |
Color Harmonies of #B922BC
Complementary color
Monochromatic Colors of #B922BC
Black with #B922BC
Text Example
Text Example
White with #B922BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B922BC; }
p { color: rgb(185,34,188); }
H1.HeaderClassName
{
color: #B922BC;
}
.AnyTagClassName
{
color: #B922BC;
}
</style>
background-color css
<style>
a { background-color: #B922BC; }
a { background-color: rgb(185,34,188); }
div.DivClassName
{
background-color: #B922BC;
}
.BgClassName
{
background-color: #B922BC;
}
</style>
border-color css
<style>
span { border-color: #B922BC; }
span { border-color: rgb(185,34,188); }
td.TdClassName
{
border-color: #B922BC;
}
.TagClassName
{
border-color: #B922BC;
}
</style>