Shades of Deep Magenta #B215C2
Tints of Deep Magenta #B215C2
RGB
CMYK
RGB Variations
Color information
#B215C2 (or 0xB215C2) is known color: Deep Magenta. HEX triplet: B2, 15 and C2. RGB value is (178,21,194). Sum of RGB (Red+Green+Blue) = 178+21+194=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 194 (76.17% from 255 or 49.36% from 393); Max value from RGB is 194 - color contains mainly: blue. Hex color #B215C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B215C2 is #4DEA3D. Grayscale: #575757. Windows color (decimal): -5106238 or 12719538. OLE color: 12719538.
HSL color Cylindrical-coordinate representation of color #B215C2: hue angle of 294.45º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B215C2 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 21 | 194 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.24 |
| HSL | 294.45º | 0.8% | 0.42% | - |
| HSV(B) | 294.45º | 0.89% | 0.76% | - |
| XYZ | 28.37 | 13.9 | 52.23 | - |
| YUV | 87.67 | 188.01 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 21 | 194 | 0.08 | 0.89 | 0 | 0.24 | 294.45 | 0.8 | 0.42 |
| Hex | B2 | 15 | C2 | 8 | 59 | 0 | 18 | 126 | 50 | 2A |
| Octal | 262 | 25 | 302 | 10 | 131 | 0 | 30 | 446 | 120 | 52 |
| Binary | 10110010 | 10101 | 11000010 | 1000 | 1011001 | 0 | 11000 | 100100110 | 1010000 | 101010 |
Color Harmonies of #B215C2
Complementary color
Monochromatic Colors of #B215C2
Black with #B215C2
Text Example
Text Example
White with #B215C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B215C2; }
p { color: rgb(178,21,194); }
H1.HeaderClassName
{
color: #B215C2;
}
.AnyTagClassName
{
color: #B215C2;
}
</style>
background-color css
<style>
a { background-color: #B215C2; }
a { background-color: rgb(178,21,194); }
div.DivClassName
{
background-color: #B215C2;
}
.BgClassName
{
background-color: #B215C2;
}
</style>
border-color css
<style>
span { border-color: #B215C2; }
span { border-color: rgb(178,21,194); }
td.TdClassName
{
border-color: #B215C2;
}
.TagClassName
{
border-color: #B215C2;
}
</style>