Shades of Deep Magenta #B304CF
Tints of Deep Magenta #B304CF
RGB
CMYK
RGB Variations
Color information
#B304CF (or 0xB304CF) is known color: Deep Magenta. HEX triplet: B3, 04 and CF. RGB value is (179,4,207). Sum of RGB (Red+Green+Blue) = 179+4+207=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #B304CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B304CF is #4CFB30. Grayscale: #4E4E4E. Windows color (decimal): -5045041 or 13567155. OLE color: 13567155.
HSL color Cylindrical-coordinate representation of color #B304CF: hue angle of 291.72º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B304CF is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 4 | 207 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.19 |
| HSL | 291.72º | 0.96% | 0.41% | - |
| HSV(B) | 291.72º | 0.98% | 0.81% | - |
| XYZ | 29.9 | 14.18 | 60.19 | - |
| YUV | 79.47 | 199.98 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 207 | 0.14 | 0.98 | 0 | 0.19 | 291.72 | 0.96 | 0.41 |
| Hex | B3 | 4 | CF | E | 62 | 0 | 13 | 124 | 60 | 29 |
| Octal | 263 | 4 | 317 | 16 | 142 | 0 | 23 | 444 | 140 | 51 |
| Binary | 10110011 | 100 | 11001111 | 1110 | 1100010 | 0 | 10011 | 100100100 | 1100000 | 101001 |
Color Harmonies of #B304CF
Complementary color
Monochromatic Colors of #B304CF
Black with #B304CF
Text Example
Text Example
White with #B304CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B304CF; }
p { color: rgb(179,4,207); }
H1.HeaderClassName
{
color: #B304CF;
}
.AnyTagClassName
{
color: #B304CF;
}
</style>
background-color css
<style>
a { background-color: #B304CF; }
a { background-color: rgb(179,4,207); }
div.DivClassName
{
background-color: #B304CF;
}
.BgClassName
{
background-color: #B304CF;
}
</style>
border-color css
<style>
span { border-color: #B304CF; }
span { border-color: rgb(179,4,207); }
td.TdClassName
{
border-color: #B304CF;
}
.TagClassName
{
border-color: #B304CF;
}
</style>