Shades of Deep Magenta #B20FBD
Tints of Deep Magenta #B20FBD
RGB
CMYK
RGB Variations
Color information
#B20FBD (or 0xB20FBD) is known color: Deep Magenta. HEX triplet: B2, 0F and BD. RGB value is (178,15,189). Sum of RGB (Red+Green+Blue) = 178+15+189=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #B20FBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20FBD is #4DF042. Grayscale: #535353. Windows color (decimal): -5107779 or 12390322. OLE color: 12390322.
HSL color Cylindrical-coordinate representation of color #B20FBD: hue angle of 296.21º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20FBD is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 15 | 189 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.26 |
| HSL | 296.21º | 0.85% | 0.4% | - |
| HSV(B) | 296.21º | 0.92% | 0.74% | - |
| XYZ | 27.72 | 13.48 | 49.29 | - |
| YUV | 83.57 | 187.5 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 15 | 189 | 0.06 | 0.92 | 0 | 0.26 | 296.21 | 0.85 | 0.4 |
| Hex | B2 | F | BD | 6 | 5C | 0 | 1A | 128 | 55 | 28 |
| Octal | 262 | 17 | 275 | 6 | 134 | 0 | 32 | 450 | 125 | 50 |
| Binary | 10110010 | 1111 | 10111101 | 110 | 1011100 | 0 | 11010 | 100101000 | 1010101 | 101000 |
Color Harmonies of #B20FBD
Complementary color
Monochromatic Colors of #B20FBD
Black with #B20FBD
Text Example
Text Example
White with #B20FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20FBD; }
p { color: rgb(178,15,189); }
H1.HeaderClassName
{
color: #B20FBD;
}
.AnyTagClassName
{
color: #B20FBD;
}
</style>
background-color css
<style>
a { background-color: #B20FBD; }
a { background-color: rgb(178,15,189); }
div.DivClassName
{
background-color: #B20FBD;
}
.BgClassName
{
background-color: #B20FBD;
}
</style>
border-color css
<style>
span { border-color: #B20FBD; }
span { border-color: rgb(178,15,189); }
td.TdClassName
{
border-color: #B20FBD;
}
.TagClassName
{
border-color: #B20FBD;
}
</style>