Shades of Deep Magenta #B403B4
Tints of Deep Magenta #B403B4
RGB
CMYK
RGB Variations
Color information
#B403B4 (or 0xB403B4) is known color: Deep Magenta. HEX triplet: B4, 03 and B4. RGB value is (180,3,180). Sum of RGB (Red+Green+Blue) = 180+3+180=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B403B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B403B4 is #4BFC4B. Grayscale: #4B4B4B. Windows color (decimal): -4979788 or 11797428. OLE color: 11797428.
HSL color Cylindrical-coordinate representation of color #B403B4: hue angle of 300º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B403B4 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 180 | - |
| CMYK | 0 | 0.98 | 0 | 0.29 |
| HSL | 300º | 0.97% | 0.36% | - |
| HSV(B) | 300º | 0.98% | 0.71% | - |
| XYZ | 27.09 | 13.06 | 44.27 | - |
| YUV | 76.1 | 186.64 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 180 | 0 | 0.98 | 0 | 0.29 | 300 | 0.97 | 0.36 |
| Hex | B4 | 3 | B4 | 0 | 62 | 0 | 1D | 12C | 61 | 24 |
| Octal | 264 | 3 | 264 | 0 | 142 | 0 | 35 | 454 | 141 | 44 |
| Binary | 10110100 | 11 | 10110100 | 0 | 1100010 | 0 | 11101 | 100101100 | 1100001 | 100100 |
Color Harmonies of #B403B4
Complementary color
Monochromatic Colors of #B403B4
Black with #B403B4
Text Example
Text Example
White with #B403B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403B4; }
p { color: rgb(180,3,180); }
H1.HeaderClassName
{
color: #B403B4;
}
.AnyTagClassName
{
color: #B403B4;
}
</style>
background-color css
<style>
a { background-color: #B403B4; }
a { background-color: rgb(180,3,180); }
div.DivClassName
{
background-color: #B403B4;
}
.BgClassName
{
background-color: #B403B4;
}
</style>
border-color css
<style>
span { border-color: #B403B4; }
span { border-color: rgb(180,3,180); }
td.TdClassName
{
border-color: #B403B4;
}
.TagClassName
{
border-color: #B403B4;
}
</style>