Shades of Deep Magenta #B20FB0
Tints of Deep Magenta #B20FB0
RGB
CMYK
RGB Variations
Color information
#B20FB0 (or 0xB20FB0) is known color: Deep Magenta. HEX triplet: B2, 0F and B0. RGB value is (178,15,176). Sum of RGB (Red+Green+Blue) = 178+15+176=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B20FB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20FB0 is #4DF04F. Grayscale: #515151. Windows color (decimal): -5107792 or 11538354. OLE color: 11538354.
HSL color Cylindrical-coordinate representation of color #B20FB0: hue angle of 300.74º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20FB0 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 15 | 176 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.30 |
| HSL | 300.74º | 0.84% | 0.38% | - |
| HSV(B) | 300.74º | 0.92% | 0.7% | - |
| XYZ | 26.37 | 12.94 | 42.18 | - |
| YUV | 82.09 | 181 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 15 | 176 | 0 | 0.92 | 0.01 | 0.30 | 300.74 | 0.84 | 0.38 |
| Hex | B2 | F | B0 | 0 | 5C | 1 | 1E | 12D | 54 | 26 |
| Octal | 262 | 17 | 260 | 0 | 134 | 1 | 36 | 455 | 124 | 46 |
| Binary | 10110010 | 1111 | 10110000 | 0 | 1011100 | 1 | 11110 | 100101101 | 1010100 | 100110 |
Color Harmonies of #B20FB0
Complementary color
Monochromatic Colors of #B20FB0
Black with #B20FB0
Text Example
Text Example
White with #B20FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20FB0; }
p { color: rgb(178,15,176); }
H1.HeaderClassName
{
color: #B20FB0;
}
.AnyTagClassName
{
color: #B20FB0;
}
</style>
background-color css
<style>
a { background-color: #B20FB0; }
a { background-color: rgb(178,15,176); }
div.DivClassName
{
background-color: #B20FB0;
}
.BgClassName
{
background-color: #B20FB0;
}
</style>
border-color css
<style>
span { border-color: #B20FB0; }
span { border-color: rgb(178,15,176); }
td.TdClassName
{
border-color: #B20FB0;
}
.TagClassName
{
border-color: #B20FB0;
}
</style>