Shades of Deep Magenta #B403CE
Tints of Deep Magenta #B403CE
RGB
CMYK
RGB Variations
Color information
#B403CE (or 0xB403CE) is known color: Deep Magenta. HEX triplet: B4, 03 and CE. RGB value is (180,3,206). Sum of RGB (Red+Green+Blue) = 180+3+206=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #B403CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B403CE is #4BFC31. Grayscale: #4E4E4E. Windows color (decimal): -4979762 or 13501364. OLE color: 13501364.
HSL color Cylindrical-coordinate representation of color #B403CE: hue angle of 292.32º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B403CE is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 3 | 206 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.19 |
| HSL | 292.32º | 0.97% | 0.41% | - |
| HSV(B) | 292.32º | 0.99% | 0.81% | - |
| XYZ | 30 | 14.22 | 59.56 | - |
| YUV | 79.07 | 199.64 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 206 | 0.13 | 0.99 | 0 | 0.19 | 292.32 | 0.97 | 0.41 |
| Hex | B4 | 3 | CE | D | 63 | 0 | 13 | 124 | 61 | 29 |
| Octal | 264 | 3 | 316 | 15 | 143 | 0 | 23 | 444 | 141 | 51 |
| Binary | 10110100 | 11 | 11001110 | 1101 | 1100011 | 0 | 10011 | 100100100 | 1100001 | 101001 |
Color Harmonies of #B403CE
Complementary color
Monochromatic Colors of #B403CE
Black with #B403CE
Text Example
Text Example
White with #B403CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403CE; }
p { color: rgb(180,3,206); }
H1.HeaderClassName
{
color: #B403CE;
}
.AnyTagClassName
{
color: #B403CE;
}
</style>
background-color css
<style>
a { background-color: #B403CE; }
a { background-color: rgb(180,3,206); }
div.DivClassName
{
background-color: #B403CE;
}
.BgClassName
{
background-color: #B403CE;
}
</style>
border-color css
<style>
span { border-color: #B403CE; }
span { border-color: rgb(180,3,206); }
td.TdClassName
{
border-color: #B403CE;
}
.TagClassName
{
border-color: #B403CE;
}
</style>