Shades of Deep Magenta #B921C7
Tints of Deep Magenta #B921C7
RGB
CMYK
RGB Variations
Color information
#B921C7 (or 0xB921C7) is known color: Deep Magenta. HEX triplet: B9, 21 and C7. RGB value is (185,33,199). Sum of RGB (Red+Green+Blue) = 185+33+199=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 199 (78.12% from 255 or 47.72% from 417); Max value from RGB is 199 - color contains mainly: blue. Hex color #B921C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B921C7 is #46DE38. Grayscale: #606060. Windows color (decimal): -4644409 or 13050297. OLE color: 13050297.
HSL color Cylindrical-coordinate representation of color #B921C7: hue angle of 294.94º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B921C7 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 33 | 199 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.22 |
| HSL | 294.94º | 0.72% | 0.45% | - |
| HSV(B) | 294.94º | 0.83% | 0.78% | - |
| XYZ | 30.86 | 15.53 | 55.4 | - |
| YUV | 97.37 | 185.36 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 199 | 0.07 | 0.83 | 0 | 0.22 | 294.94 | 0.72 | 0.45 |
| Hex | B9 | 21 | C7 | 7 | 53 | 0 | 16 | 127 | 48 | 2D |
| Octal | 271 | 41 | 307 | 7 | 123 | 0 | 26 | 447 | 110 | 55 |
| Binary | 10111001 | 100001 | 11000111 | 111 | 1010011 | 0 | 10110 | 100100111 | 1001000 | 101101 |
Color Harmonies of #B921C7
Complementary color
Monochromatic Colors of #B921C7
Black with #B921C7
Text Example
Text Example
White with #B921C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B921C7; }
p { color: rgb(185,33,199); }
H1.HeaderClassName
{
color: #B921C7;
}
.AnyTagClassName
{
color: #B921C7;
}
</style>
background-color css
<style>
a { background-color: #B921C7; }
a { background-color: rgb(185,33,199); }
div.DivClassName
{
background-color: #B921C7;
}
.BgClassName
{
background-color: #B921C7;
}
</style>
border-color css
<style>
span { border-color: #B921C7; }
span { border-color: rgb(185,33,199); }
td.TdClassName
{
border-color: #B921C7;
}
.TagClassName
{
border-color: #B921C7;
}
</style>