Shades of Deep Magenta #B20ACF
Tints of Deep Magenta #B20ACF
RGB
CMYK
RGB Variations
Color information
#B20ACF (or 0xB20ACF) is known color: Deep Magenta. HEX triplet: B2, 0A and CF. RGB value is (178,10,207). Sum of RGB (Red+Green+Blue) = 178+10+207=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #B20ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20ACF is #4DF530. Grayscale: #525252. Windows color (decimal): -5109041 or 13568690. OLE color: 13568690.
HSL color Cylindrical-coordinate representation of color #B20ACF: hue angle of 291.17º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20ACF is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 10 | 207 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.19 |
| HSL | 291.17º | 0.91% | 0.43% | - |
| HSV(B) | 291.17º | 0.95% | 0.81% | - |
| XYZ | 29.73 | 14.19 | 60.2 | - |
| YUV | 82.69 | 198.16 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 207 | 0.14 | 0.95 | 0 | 0.19 | 291.17 | 0.91 | 0.43 |
| Hex | B2 | A | CF | E | 5F | 0 | 13 | 123 | 5B | 2B |
| Octal | 262 | 12 | 317 | 16 | 137 | 0 | 23 | 443 | 133 | 53 |
| Binary | 10110010 | 1010 | 11001111 | 1110 | 1011111 | 0 | 10011 | 100100011 | 1011011 | 101011 |
Color Harmonies of #B20ACF
Complementary color
Monochromatic Colors of #B20ACF
Black with #B20ACF
Text Example
Text Example
White with #B20ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20ACF; }
p { color: rgb(178,10,207); }
H1.HeaderClassName
{
color: #B20ACF;
}
.AnyTagClassName
{
color: #B20ACF;
}
</style>
background-color css
<style>
a { background-color: #B20ACF; }
a { background-color: rgb(178,10,207); }
div.DivClassName
{
background-color: #B20ACF;
}
.BgClassName
{
background-color: #B20ACF;
}
</style>
border-color css
<style>
span { border-color: #B20ACF; }
span { border-color: rgb(178,10,207); }
td.TdClassName
{
border-color: #B20ACF;
}
.TagClassName
{
border-color: #B20ACF;
}
</style>