Shades of Deep Magenta #B403CA
Tints of Deep Magenta #B403CA
RGB
CMYK
RGB Variations
Color information
#B403CA (or 0xB403CA) is known color: Deep Magenta. HEX triplet: B4, 03 and CA. RGB value is (180,3,202). Sum of RGB (Red+Green+Blue) = 180+3+202=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #B403CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B403CA is #4BFC35. Grayscale: #4D4D4D. Windows color (decimal): -4979766 or 13239220. OLE color: 13239220.
HSL color Cylindrical-coordinate representation of color #B403CA: hue angle of 293.37º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B403CA is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 3 | 202 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.21 |
| HSL | 293.37º | 0.97% | 0.4% | - |
| HSV(B) | 293.37º | 0.99% | 0.79% | - |
| XYZ | 29.52 | 14.03 | 57.03 | - |
| YUV | 78.61 | 197.64 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 202 | 0.11 | 0.99 | 0 | 0.21 | 293.37 | 0.97 | 0.4 |
| Hex | B4 | 3 | CA | B | 63 | 0 | 15 | 125 | 61 | 28 |
| Octal | 264 | 3 | 312 | 13 | 143 | 0 | 25 | 445 | 141 | 50 |
| Binary | 10110100 | 11 | 11001010 | 1011 | 1100011 | 0 | 10101 | 100100101 | 1100001 | 101000 |
Color Harmonies of #B403CA
Complementary color
Monochromatic Colors of #B403CA
Black with #B403CA
Text Example
Text Example
White with #B403CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403CA; }
p { color: rgb(180,3,202); }
H1.HeaderClassName
{
color: #B403CA;
}
.AnyTagClassName
{
color: #B403CA;
}
</style>
background-color css
<style>
a { background-color: #B403CA; }
a { background-color: rgb(180,3,202); }
div.DivClassName
{
background-color: #B403CA;
}
.BgClassName
{
background-color: #B403CA;
}
</style>
border-color css
<style>
span { border-color: #B403CA; }
span { border-color: rgb(180,3,202); }
td.TdClassName
{
border-color: #B403CA;
}
.TagClassName
{
border-color: #B403CA;
}
</style>