Shades of Deep Magenta #B304CB
Tints of Deep Magenta #B304CB
RGB
CMYK
RGB Variations
Color information
#B304CB (or 0xB304CB) is known color: Deep Magenta. HEX triplet: B3, 04 and CB. RGB value is (179,4,203). Sum of RGB (Red+Green+Blue) = 179+4+203=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #B304CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B304CB is #4CFB34. Grayscale: #4E4E4E. Windows color (decimal): -5045045 or 13305011. OLE color: 13305011.
HSL color Cylindrical-coordinate representation of color #B304CB: hue angle of 292.76º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B304CB is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 4 | 203 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.20 |
| HSL | 292.76º | 0.96% | 0.41% | - |
| HSV(B) | 292.76º | 0.98% | 0.8% | - |
| XYZ | 29.41 | 13.98 | 57.65 | - |
| YUV | 79.01 | 197.98 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 203 | 0.12 | 0.98 | 0 | 0.20 | 292.76 | 0.96 | 0.41 |
| Hex | B3 | 4 | CB | C | 62 | 0 | 14 | 125 | 60 | 29 |
| Octal | 263 | 4 | 313 | 14 | 142 | 0 | 24 | 445 | 140 | 51 |
| Binary | 10110011 | 100 | 11001011 | 1100 | 1100010 | 0 | 10100 | 100100101 | 1100000 | 101001 |
Color Harmonies of #B304CB
Complementary color
Monochromatic Colors of #B304CB
Black with #B304CB
Text Example
Text Example
White with #B304CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B304CB; }
p { color: rgb(179,4,203); }
H1.HeaderClassName
{
color: #B304CB;
}
.AnyTagClassName
{
color: #B304CB;
}
</style>
background-color css
<style>
a { background-color: #B304CB; }
a { background-color: rgb(179,4,203); }
div.DivClassName
{
background-color: #B304CB;
}
.BgClassName
{
background-color: #B304CB;
}
</style>
border-color css
<style>
span { border-color: #B304CB; }
span { border-color: rgb(179,4,203); }
td.TdClassName
{
border-color: #B304CB;
}
.TagClassName
{
border-color: #B304CB;
}
</style>