Shades of Deep Magenta #B803D4
Tints of Deep Magenta #B803D4
RGB
CMYK
RGB Variations
Color information
#B803D4 (or 0xB803D4) is known color: Deep Magenta. HEX triplet: B8, 03 and D4. RGB value is (184,3,212). Sum of RGB (Red+Green+Blue) = 184+3+212=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 3 (1.56% from 255 or 0.75% from 399); Blue value is 212 (83.20% from 255 or 53.13% from 399); Max value from RGB is 212 - color contains mainly: blue. Hex color #B803D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B803D4 is #47FC2B. Grayscale: #505050. Windows color (decimal): -4717612 or 13894584. OLE color: 13894584.
HSL color Cylindrical-coordinate representation of color #B803D4: hue angle of 291.96º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B803D4 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 3 | 212 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.17 |
| HSL | 291.96º | 0.97% | 0.42% | - |
| HSV(B) | 291.96º | 0.99% | 0.83% | - |
| XYZ | 31.68 | 15.01 | 63.51 | - |
| YUV | 80.95 | 201.97 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 212 | 0.13 | 0.99 | 0 | 0.17 | 291.96 | 0.97 | 0.42 |
| Hex | B8 | 3 | D4 | D | 63 | 0 | 11 | 124 | 61 | 2A |
| Octal | 270 | 3 | 324 | 15 | 143 | 0 | 21 | 444 | 141 | 52 |
| Binary | 10111000 | 11 | 11010100 | 1101 | 1100011 | 0 | 10001 | 100100100 | 1100001 | 101010 |
Color Harmonies of #B803D4
Complementary color
Monochromatic Colors of #B803D4
Black with #B803D4
Text Example
Text Example
White with #B803D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B803D4; }
p { color: rgb(184,3,212); }
H1.HeaderClassName
{
color: #B803D4;
}
.AnyTagClassName
{
color: #B803D4;
}
</style>
background-color css
<style>
a { background-color: #B803D4; }
a { background-color: rgb(184,3,212); }
div.DivClassName
{
background-color: #B803D4;
}
.BgClassName
{
background-color: #B803D4;
}
</style>
border-color css
<style>
span { border-color: #B803D4; }
span { border-color: rgb(184,3,212); }
td.TdClassName
{
border-color: #B803D4;
}
.TagClassName
{
border-color: #B803D4;
}
</style>