Shades of Deep Magenta #B213CD
Tints of Deep Magenta #B213CD
RGB
CMYK
RGB Variations
Color information
#B213CD (or 0xB213CD) is known color: Deep Magenta. HEX triplet: B2, 13 and CD. RGB value is (178,19,205). Sum of RGB (Red+Green+Blue) = 178+19+205=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #B213CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B213CD is #4DEC32. Grayscale: #575757. Windows color (decimal): -5106739 or 13439922. OLE color: 13439922.
HSL color Cylindrical-coordinate representation of color #B213CD: hue angle of 291.29º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B213CD is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 19 | 205 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.20 |
| HSL | 291.29º | 0.83% | 0.44% | - |
| HSV(B) | 291.29º | 0.91% | 0.8% | - |
| XYZ | 29.61 | 14.34 | 58.96 | - |
| YUV | 87.75 | 194.18 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 205 | 0.13 | 0.91 | 0 | 0.20 | 291.29 | 0.83 | 0.44 |
| Hex | B2 | 13 | CD | D | 5B | 0 | 14 | 123 | 53 | 2C |
| Octal | 262 | 23 | 315 | 15 | 133 | 0 | 24 | 443 | 123 | 54 |
| Binary | 10110010 | 10011 | 11001101 | 1101 | 1011011 | 0 | 10100 | 100100011 | 1010011 | 101100 |
Color Harmonies of #B213CD
Complementary color
Monochromatic Colors of #B213CD
Black with #B213CD
Text Example
Text Example
White with #B213CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B213CD; }
p { color: rgb(178,19,205); }
H1.HeaderClassName
{
color: #B213CD;
}
.AnyTagClassName
{
color: #B213CD;
}
</style>
background-color css
<style>
a { background-color: #B213CD; }
a { background-color: rgb(178,19,205); }
div.DivClassName
{
background-color: #B213CD;
}
.BgClassName
{
background-color: #B213CD;
}
</style>
border-color css
<style>
span { border-color: #B213CD; }
span { border-color: rgb(178,19,205); }
td.TdClassName
{
border-color: #B213CD;
}
.TagClassName
{
border-color: #B213CD;
}
</style>