Shades of Deep Magenta #B304C9
Tints of Deep Magenta #B304C9
RGB
CMYK
RGB Variations
Color information
#B304C9 (or 0xB304C9) is known color: Deep Magenta. HEX triplet: B3, 04 and C9. RGB value is (179,4,201). Sum of RGB (Red+Green+Blue) = 179+4+201=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #B304C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B304C9 is #4CFB36. Grayscale: #4E4E4E. Windows color (decimal): -5045047 or 13173939. OLE color: 13173939.
HSL color Cylindrical-coordinate representation of color #B304C9: hue angle of 293.3º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B304C9 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 4 | 201 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.21 |
| HSL | 293.3º | 0.96% | 0.4% | - |
| HSV(B) | 293.3º | 0.98% | 0.79% | - |
| XYZ | 29.18 | 13.89 | 56.4 | - |
| YUV | 78.78 | 196.98 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 201 | 0.11 | 0.98 | 0 | 0.21 | 293.3 | 0.96 | 0.4 |
| Hex | B3 | 4 | C9 | B | 62 | 0 | 15 | 125 | 60 | 28 |
| Octal | 263 | 4 | 311 | 13 | 142 | 0 | 25 | 445 | 140 | 50 |
| Binary | 10110011 | 100 | 11001001 | 1011 | 1100010 | 0 | 10101 | 100100101 | 1100000 | 101000 |
Color Harmonies of #B304C9
Complementary color
Monochromatic Colors of #B304C9
Black with #B304C9
Text Example
Text Example
White with #B304C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B304C9; }
p { color: rgb(179,4,201); }
H1.HeaderClassName
{
color: #B304C9;
}
.AnyTagClassName
{
color: #B304C9;
}
</style>
background-color css
<style>
a { background-color: #B304C9; }
a { background-color: rgb(179,4,201); }
div.DivClassName
{
background-color: #B304C9;
}
.BgClassName
{
background-color: #B304C9;
}
</style>
border-color css
<style>
span { border-color: #B304C9; }
span { border-color: rgb(179,4,201); }
td.TdClassName
{
border-color: #B304C9;
}
.TagClassName
{
border-color: #B304C9;
}
</style>