Shades of Deep Magenta #B20FCD
Tints of Deep Magenta #B20FCD
RGB
CMYK
RGB Variations
Color information
#B20FCD (or 0xB20FCD) is known color: Deep Magenta. HEX triplet: B2, 0F and CD. RGB value is (178,15,205). Sum of RGB (Red+Green+Blue) = 178+15+205=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #B20FCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20FCD is #4DF032. Grayscale: #545454. Windows color (decimal): -5107763 or 13438898. OLE color: 13438898.
HSL color Cylindrical-coordinate representation of color #B20FCD: hue angle of 291.47º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20FCD is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 15 | 205 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.20 |
| HSL | 291.47º | 0.86% | 0.43% | - |
| HSV(B) | 291.47º | 0.93% | 0.8% | - |
| XYZ | 29.55 | 14.21 | 58.94 | - |
| YUV | 85.4 | 195.5 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 15 | 205 | 0.13 | 0.93 | 0 | 0.20 | 291.47 | 0.86 | 0.43 |
| Hex | B2 | F | CD | D | 5D | 0 | 14 | 123 | 56 | 2B |
| Octal | 262 | 17 | 315 | 15 | 135 | 0 | 24 | 443 | 126 | 53 |
| Binary | 10110010 | 1111 | 11001101 | 1101 | 1011101 | 0 | 10100 | 100100011 | 1010110 | 101011 |
Color Harmonies of #B20FCD
Complementary color
Monochromatic Colors of #B20FCD
Black with #B20FCD
Text Example
Text Example
White with #B20FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20FCD; }
p { color: rgb(178,15,205); }
H1.HeaderClassName
{
color: #B20FCD;
}
.AnyTagClassName
{
color: #B20FCD;
}
</style>
background-color css
<style>
a { background-color: #B20FCD; }
a { background-color: rgb(178,15,205); }
div.DivClassName
{
background-color: #B20FCD;
}
.BgClassName
{
background-color: #B20FCD;
}
</style>
border-color css
<style>
span { border-color: #B20FCD; }
span { border-color: rgb(178,15,205); }
td.TdClassName
{
border-color: #B20FCD;
}
.TagClassName
{
border-color: #B20FCD;
}
</style>