Shades of Deep Magenta #B215C7
Tints of Deep Magenta #B215C7
RGB
CMYK
RGB Variations
Color information
#B215C7 (or 0xB215C7) is known color: Deep Magenta. HEX triplet: B2, 15 and C7. RGB value is (178,21,199). Sum of RGB (Red+Green+Blue) = 178+21+199=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 199 (78.12% from 255 or 50% from 398); Max value from RGB is 199 - color contains mainly: blue. Hex color #B215C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B215C7 is #4DEA38. Grayscale: #575757. Windows color (decimal): -5106233 or 13047218. OLE color: 13047218.
HSL color Cylindrical-coordinate representation of color #B215C7: hue angle of 292.92º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B215C7 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 21 | 199 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.22 |
| HSL | 292.92º | 0.81% | 0.43% | - |
| HSV(B) | 292.92º | 0.89% | 0.78% | - |
| XYZ | 28.94 | 14.12 | 55.23 | - |
| YUV | 88.24 | 190.51 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 21 | 199 | 0.11 | 0.89 | 0 | 0.22 | 292.92 | 0.81 | 0.43 |
| Hex | B2 | 15 | C7 | B | 59 | 0 | 16 | 125 | 51 | 2B |
| Octal | 262 | 25 | 307 | 13 | 131 | 0 | 26 | 445 | 121 | 53 |
| Binary | 10110010 | 10101 | 11000111 | 1011 | 1011001 | 0 | 10110 | 100100101 | 1010001 | 101011 |
Color Harmonies of #B215C7
Complementary color
Monochromatic Colors of #B215C7
Black with #B215C7
Text Example
Text Example
White with #B215C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B215C7; }
p { color: rgb(178,21,199); }
H1.HeaderClassName
{
color: #B215C7;
}
.AnyTagClassName
{
color: #B215C7;
}
</style>
background-color css
<style>
a { background-color: #B215C7; }
a { background-color: rgb(178,21,199); }
div.DivClassName
{
background-color: #B215C7;
}
.BgClassName
{
background-color: #B215C7;
}
</style>
border-color css
<style>
span { border-color: #B215C7; }
span { border-color: rgb(178,21,199); }
td.TdClassName
{
border-color: #B215C7;
}
.TagClassName
{
border-color: #B215C7;
}
</style>