Shades of Deep Magenta #B213C1
Tints of Deep Magenta #B213C1
RGB
CMYK
RGB Variations
Color information
#B213C1 (or 0xB213C1) is known color: Deep Magenta. HEX triplet: B2, 13 and C1. RGB value is (178,19,193). Sum of RGB (Red+Green+Blue) = 178+19+193=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #B213C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B213C1 is #4DEC3E. Grayscale: #555555. Windows color (decimal): -5106751 or 12653490. OLE color: 12653490.
HSL color Cylindrical-coordinate representation of color #B213C1: hue angle of 294.83º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B213C1 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 19 | 193 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.24 |
| HSL | 294.83º | 0.82% | 0.42% | - |
| HSV(B) | 294.83º | 0.9% | 0.76% | - |
| XYZ | 28.22 | 13.78 | 51.62 | - |
| YUV | 86.38 | 188.18 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 193 | 0.08 | 0.90 | 0 | 0.24 | 294.83 | 0.82 | 0.42 |
| Hex | B2 | 13 | C1 | 8 | 5A | 0 | 18 | 127 | 52 | 2A |
| Octal | 262 | 23 | 301 | 10 | 132 | 0 | 30 | 447 | 122 | 52 |
| Binary | 10110010 | 10011 | 11000001 | 1000 | 1011010 | 0 | 11000 | 100100111 | 1010010 | 101010 |
Color Harmonies of #B213C1
Complementary color
Monochromatic Colors of #B213C1
Black with #B213C1
Text Example
Text Example
White with #B213C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B213C1; }
p { color: rgb(178,19,193); }
H1.HeaderClassName
{
color: #B213C1;
}
.AnyTagClassName
{
color: #B213C1;
}
</style>
background-color css
<style>
a { background-color: #B213C1; }
a { background-color: rgb(178,19,193); }
div.DivClassName
{
background-color: #B213C1;
}
.BgClassName
{
background-color: #B213C1;
}
</style>
border-color css
<style>
span { border-color: #B213C1; }
span { border-color: rgb(178,19,193); }
td.TdClassName
{
border-color: #B213C1;
}
.TagClassName
{
border-color: #B213C1;
}
</style>