Shades of Deep Magenta #B403C7
Tints of Deep Magenta #B403C7
RGB
CMYK
RGB Variations
Color information
#B403C7 (or 0xB403C7) is known color: Deep Magenta. HEX triplet: B4, 03 and C7. RGB value is (180,3,199). Sum of RGB (Red+Green+Blue) = 180+3+199=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 199 (78.12% from 255 or 52.09% from 382); Max value from RGB is 199 - color contains mainly: blue. Hex color #B403C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B403C7 is #4BFC38. Grayscale: #4D4D4D. Windows color (decimal): -4979769 or 13042612. OLE color: 13042612.
HSL color Cylindrical-coordinate representation of color #B403C7: hue angle of 294.18º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B403C7 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 3 | 199 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.22 |
| HSL | 294.18º | 0.97% | 0.4% | - |
| HSV(B) | 294.18º | 0.98% | 0.78% | - |
| XYZ | 29.16 | 13.89 | 55.18 | - |
| YUV | 78.27 | 196.14 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 199 | 0.10 | 0.98 | 0 | 0.22 | 294.18 | 0.97 | 0.4 |
| Hex | B4 | 3 | C7 | A | 62 | 0 | 16 | 126 | 61 | 28 |
| Octal | 264 | 3 | 307 | 12 | 142 | 0 | 26 | 446 | 141 | 50 |
| Binary | 10110100 | 11 | 11000111 | 1010 | 1100010 | 0 | 10110 | 100100110 | 1100001 | 101000 |
Color Harmonies of #B403C7
Complementary color
Monochromatic Colors of #B403C7
Black with #B403C7
Text Example
Text Example
White with #B403C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403C7; }
p { color: rgb(180,3,199); }
H1.HeaderClassName
{
color: #B403C7;
}
.AnyTagClassName
{
color: #B403C7;
}
</style>
background-color css
<style>
a { background-color: #B403C7; }
a { background-color: rgb(180,3,199); }
div.DivClassName
{
background-color: #B403C7;
}
.BgClassName
{
background-color: #B403C7;
}
</style>
border-color css
<style>
span { border-color: #B403C7; }
span { border-color: rgb(180,3,199); }
td.TdClassName
{
border-color: #B403C7;
}
.TagClassName
{
border-color: #B403C7;
}
</style>