Shades of Deep Magenta #B215C9
Tints of Deep Magenta #B215C9
RGB
CMYK
RGB Variations
Color information
#B215C9 (or 0xB215C9) is known color: Deep Magenta. HEX triplet: B2, 15 and C9. RGB value is (178,21,201). Sum of RGB (Red+Green+Blue) = 178+21+201=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 201 (78.91% from 255 or 50.25% from 400); Max value from RGB is 201 - color contains mainly: blue. Hex color #B215C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B215C9 is #4DEA36. Grayscale: #575757. Windows color (decimal): -5106231 or 13178290. OLE color: 13178290.
HSL color Cylindrical-coordinate representation of color #B215C9: hue angle of 292.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B215C9 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 21 | 201 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.21 |
| HSL | 292.33º | 0.81% | 0.44% | - |
| HSV(B) | 292.33º | 0.9% | 0.79% | - |
| XYZ | 29.17 | 14.22 | 56.47 | - |
| YUV | 88.46 | 191.51 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 21 | 201 | 0.11 | 0.90 | 0 | 0.21 | 292.33 | 0.81 | 0.44 |
| Hex | B2 | 15 | C9 | B | 5A | 0 | 15 | 124 | 51 | 2C |
| Octal | 262 | 25 | 311 | 13 | 132 | 0 | 25 | 444 | 121 | 54 |
| Binary | 10110010 | 10101 | 11001001 | 1011 | 1011010 | 0 | 10101 | 100100100 | 1010001 | 101100 |
Color Harmonies of #B215C9
Complementary color
Monochromatic Colors of #B215C9
Black with #B215C9
Text Example
Text Example
White with #B215C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B215C9; }
p { color: rgb(178,21,201); }
H1.HeaderClassName
{
color: #B215C9;
}
.AnyTagClassName
{
color: #B215C9;
}
</style>
background-color css
<style>
a { background-color: #B215C9; }
a { background-color: rgb(178,21,201); }
div.DivClassName
{
background-color: #B215C9;
}
.BgClassName
{
background-color: #B215C9;
}
</style>
border-color css
<style>
span { border-color: #B215C9; }
span { border-color: rgb(178,21,201); }
td.TdClassName
{
border-color: #B215C9;
}
.TagClassName
{
border-color: #B215C9;
}
</style>