Shades of Deep Magenta #B304D8
Tints of Deep Magenta #B304D8
RGB
CMYK
RGB Variations
Color information
#B304D8 (or 0xB304D8) is known color: Deep Magenta. HEX triplet: B3, 04 and D8. RGB value is (179,4,216). Sum of RGB (Red+Green+Blue) = 179+4+216=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 216 (84.77% from 255 or 54.14% from 399); Max value from RGB is 216 - color contains mainly: blue. Hex color #B304D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B304D8 is #4CFB27. Grayscale: #4F4F4F. Windows color (decimal): -5045032 or 14156979. OLE color: 14156979.
HSL color Cylindrical-coordinate representation of color #B304D8: hue angle of 289.53º 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 #B304D8 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 4 | 216 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.15 |
| HSL | 289.53º | 0.96% | 0.43% | - |
| HSV(B) | 289.53º | 0.98% | 0.85% | - |
| XYZ | 31.03 | 14.63 | 66.15 | - |
| YUV | 80.49 | 204.48 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 216 | 0.17 | 0.98 | 0 | 0.15 | 289.53 | 0.96 | 0.43 |
| Hex | B3 | 4 | D8 | 11 | 62 | 0 | F | 122 | 60 | 2B |
| Octal | 263 | 4 | 330 | 21 | 142 | 0 | 17 | 442 | 140 | 53 |
| Binary | 10110011 | 100 | 11011000 | 10001 | 1100010 | 0 | 1111 | 100100010 | 1100000 | 101011 |
Color Harmonies of #B304D8
Complementary color
Monochromatic Colors of #B304D8
Black with #B304D8
Text Example
Text Example
White with #B304D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B304D8; }
p { color: rgb(179,4,216); }
H1.HeaderClassName
{
color: #B304D8;
}
.AnyTagClassName
{
color: #B304D8;
}
</style>
background-color css
<style>
a { background-color: #B304D8; }
a { background-color: rgb(179,4,216); }
div.DivClassName
{
background-color: #B304D8;
}
.BgClassName
{
background-color: #B304D8;
}
</style>
border-color css
<style>
span { border-color: #B304D8; }
span { border-color: rgb(179,4,216); }
td.TdClassName
{
border-color: #B304D8;
}
.TagClassName
{
border-color: #B304D8;
}
</style>