Shades of Deep Magenta #B20FCC
Tints of Deep Magenta #B20FCC
RGB
CMYK
RGB Variations
Color information
#B20FCC (or 0xB20FCC) is known color: Deep Magenta. HEX triplet: B2, 0F and CC. RGB value is (178,15,204). Sum of RGB (Red+Green+Blue) = 178+15+204=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #B20FCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20FCC is #4DF033. Grayscale: #545454. Windows color (decimal): -5107764 or 13373362. OLE color: 13373362.
HSL color Cylindrical-coordinate representation of color #B20FCC: hue angle of 291.75º 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 #B20FCC is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 15 | 204 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.2 |
| HSL | 291.75º | 0.86% | 0.43% | - |
| HSV(B) | 291.75º | 0.93% | 0.8% | - |
| XYZ | 29.43 | 14.17 | 58.31 | - |
| YUV | 85.28 | 195 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 15 | 204 | 0.13 | 0.93 | 0 | 0.2 | 291.75 | 0.86 | 0.43 |
| Hex | B2 | F | CC | D | 5D | 0 | 14 | 124 | 56 | 2B |
| Octal | 262 | 17 | 314 | 15 | 135 | 0 | 24 | 444 | 126 | 53 |
| Binary | 10110010 | 1111 | 11001100 | 1101 | 1011101 | 0 | 10100 | 100100100 | 1010110 | 101011 |
Color Harmonies of #B20FCC
Complementary color
Monochromatic Colors of #B20FCC
Black with #B20FCC
Text Example
Text Example
White with #B20FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20FCC; }
p { color: rgb(178,15,204); }
H1.HeaderClassName
{
color: #B20FCC;
}
.AnyTagClassName
{
color: #B20FCC;
}
</style>
background-color css
<style>
a { background-color: #B20FCC; }
a { background-color: rgb(178,15,204); }
div.DivClassName
{
background-color: #B20FCC;
}
.BgClassName
{
background-color: #B20FCC;
}
</style>
border-color css
<style>
span { border-color: #B20FCC; }
span { border-color: rgb(178,15,204); }
td.TdClassName
{
border-color: #B20FCC;
}
.TagClassName
{
border-color: #B20FCC;
}
</style>