Shades of Deep Magenta #B922C5
Tints of Deep Magenta #B922C5
RGB
CMYK
RGB Variations
Color information
#B922C5 (or 0xB922C5) is known color: Deep Magenta. HEX triplet: B9, 22 and C5. RGB value is (185,34,197). Sum of RGB (Red+Green+Blue) = 185+34+197=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 197 (77.34% from 255 or 47.36% from 416); Max value from RGB is 197 - color contains mainly: blue. Hex color #B922C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B922C5 is #46DD3A. Grayscale: #616161. Windows color (decimal): -4644155 or 12919481. OLE color: 12919481.
HSL color Cylindrical-coordinate representation of color #B922C5: hue angle of 295.58º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B922C5 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 34 | 197 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.23 |
| HSL | 295.58º | 0.71% | 0.45% | - |
| HSV(B) | 295.58º | 0.83% | 0.77% | - |
| XYZ | 30.66 | 15.49 | 54.2 | - |
| YUV | 97.73 | 184.03 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 34 | 197 | 0.06 | 0.83 | 0 | 0.23 | 295.58 | 0.71 | 0.45 |
| Hex | B9 | 22 | C5 | 6 | 53 | 0 | 17 | 128 | 47 | 2D |
| Octal | 271 | 42 | 305 | 6 | 123 | 0 | 27 | 450 | 107 | 55 |
| Binary | 10111001 | 100010 | 11000101 | 110 | 1010011 | 0 | 10111 | 100101000 | 1000111 | 101101 |
Color Harmonies of #B922C5
Complementary color
Monochromatic Colors of #B922C5
Black with #B922C5
Text Example
Text Example
White with #B922C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B922C5; }
p { color: rgb(185,34,197); }
H1.HeaderClassName
{
color: #B922C5;
}
.AnyTagClassName
{
color: #B922C5;
}
</style>
background-color css
<style>
a { background-color: #B922C5; }
a { background-color: rgb(185,34,197); }
div.DivClassName
{
background-color: #B922C5;
}
.BgClassName
{
background-color: #B922C5;
}
</style>
border-color css
<style>
span { border-color: #B922C5; }
span { border-color: rgb(185,34,197); }
td.TdClassName
{
border-color: #B922C5;
}
.TagClassName
{
border-color: #B922C5;
}
</style>