Shades of Deep Magenta #B403CC
Tints of Deep Magenta #B403CC
RGB
CMYK
RGB Variations
Color information
#B403CC (or 0xB403CC) is known color: Deep Magenta. HEX triplet: B4, 03 and CC. RGB value is (180,3,204). Sum of RGB (Red+Green+Blue) = 180+3+204=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #B403CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B403CC is #4BFC33. Grayscale: #4E4E4E. Windows color (decimal): -4979764 or 13370292. OLE color: 13370292.
HSL color Cylindrical-coordinate representation of color #B403CC: hue angle of 292.84º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B403CC is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 3 | 204 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.2 |
| HSL | 292.84º | 0.97% | 0.41% | - |
| HSV(B) | 292.84º | 0.99% | 0.8% | - |
| XYZ | 29.75 | 14.13 | 58.29 | - |
| YUV | 78.84 | 198.64 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 204 | 0.12 | 0.99 | 0 | 0.2 | 292.84 | 0.97 | 0.41 |
| Hex | B4 | 3 | CC | C | 63 | 0 | 14 | 125 | 61 | 29 |
| Octal | 264 | 3 | 314 | 14 | 143 | 0 | 24 | 445 | 141 | 51 |
| Binary | 10110100 | 11 | 11001100 | 1100 | 1100011 | 0 | 10100 | 100100101 | 1100001 | 101001 |
Color Harmonies of #B403CC
Complementary color
Monochromatic Colors of #B403CC
Black with #B403CC
Text Example
Text Example
White with #B403CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403CC; }
p { color: rgb(180,3,204); }
H1.HeaderClassName
{
color: #B403CC;
}
.AnyTagClassName
{
color: #B403CC;
}
</style>
background-color css
<style>
a { background-color: #B403CC; }
a { background-color: rgb(180,3,204); }
div.DivClassName
{
background-color: #B403CC;
}
.BgClassName
{
background-color: #B403CC;
}
</style>
border-color css
<style>
span { border-color: #B403CC; }
span { border-color: rgb(180,3,204); }
td.TdClassName
{
border-color: #B403CC;
}
.TagClassName
{
border-color: #B403CC;
}
</style>