Shades of Deep Magenta #B304D9
Tints of Deep Magenta #B304D9
RGB
CMYK
RGB Variations
Color information
#B304D9 (or 0xB304D9) is known color: Deep Magenta. HEX triplet: B3, 04 and D9. RGB value is (179,4,217). Sum of RGB (Red+Green+Blue) = 179+4+217=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #B304D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B304D9 is #4CFB26. Grayscale: #4F4F4F. Windows color (decimal): -5045031 or 14222515. OLE color: 14222515.
HSL color Cylindrical-coordinate representation of color #B304D9: hue angle of 289.3º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B304D9 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 4 | 217 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.15 |
| HSL | 289.3º | 0.96% | 0.43% | - |
| HSV(B) | 289.3º | 0.98% | 0.85% | - |
| XYZ | 31.16 | 14.68 | 66.84 | - |
| YUV | 80.61 | 204.98 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 217 | 0.18 | 0.98 | 0 | 0.15 | 289.3 | 0.96 | 0.43 |
| Hex | B3 | 4 | D9 | 12 | 62 | 0 | F | 121 | 60 | 2B |
| Octal | 263 | 4 | 331 | 22 | 142 | 0 | 17 | 441 | 140 | 53 |
| Binary | 10110011 | 100 | 11011001 | 10010 | 1100010 | 0 | 1111 | 100100001 | 1100000 | 101011 |
Color Harmonies of #B304D9
Complementary color
Monochromatic Colors of #B304D9
Black with #B304D9
Text Example
Text Example
White with #B304D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B304D9; }
p { color: rgb(179,4,217); }
H1.HeaderClassName
{
color: #B304D9;
}
.AnyTagClassName
{
color: #B304D9;
}
</style>
background-color css
<style>
a { background-color: #B304D9; }
a { background-color: rgb(179,4,217); }
div.DivClassName
{
background-color: #B304D9;
}
.BgClassName
{
background-color: #B304D9;
}
</style>
border-color css
<style>
span { border-color: #B304D9; }
span { border-color: rgb(179,4,217); }
td.TdClassName
{
border-color: #B304D9;
}
.TagClassName
{
border-color: #B304D9;
}
</style>