Shades of Deep Magenta #B304D0
Tints of Deep Magenta #B304D0
RGB
CMYK
RGB Variations
Color information
#B304D0 (or 0xB304D0) is known color: Deep Magenta. HEX triplet: B3, 04 and D0. RGB value is (179,4,208). Sum of RGB (Red+Green+Blue) = 179+4+208=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #B304D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B304D0 is #4CFB2F. Grayscale: #4E4E4E. Windows color (decimal): -5045040 or 13632691. OLE color: 13632691.
HSL color Cylindrical-coordinate representation of color #B304D0: hue angle of 291.47º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B304D0 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 4 | 208 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.18 |
| HSL | 291.47º | 0.96% | 0.42% | - |
| HSV(B) | 291.47º | 0.98% | 0.82% | - |
| XYZ | 30.02 | 14.22 | 60.84 | - |
| YUV | 79.58 | 200.48 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 208 | 0.14 | 0.98 | 0 | 0.18 | 291.47 | 0.96 | 0.42 |
| Hex | B3 | 4 | D0 | E | 62 | 0 | 12 | 123 | 60 | 2A |
| Octal | 263 | 4 | 320 | 16 | 142 | 0 | 22 | 443 | 140 | 52 |
| Binary | 10110011 | 100 | 11010000 | 1110 | 1100010 | 0 | 10010 | 100100011 | 1100000 | 101010 |
Color Harmonies of #B304D0
Complementary color
Monochromatic Colors of #B304D0
Black with #B304D0
Text Example
Text Example
White with #B304D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B304D0; }
p { color: rgb(179,4,208); }
H1.HeaderClassName
{
color: #B304D0;
}
.AnyTagClassName
{
color: #B304D0;
}
</style>
background-color css
<style>
a { background-color: #B304D0; }
a { background-color: rgb(179,4,208); }
div.DivClassName
{
background-color: #B304D0;
}
.BgClassName
{
background-color: #B304D0;
}
</style>
border-color css
<style>
span { border-color: #B304D0; }
span { border-color: rgb(179,4,208); }
td.TdClassName
{
border-color: #B304D0;
}
.TagClassName
{
border-color: #B304D0;
}
</style>