Shades of Deep Magenta #B304BB
Tints of Deep Magenta #B304BB
RGB
CMYK
RGB Variations
Color information
#B304BB (or 0xB304BB) is known color: Deep Magenta. HEX triplet: B3, 04 and BB. RGB value is (179,4,187). Sum of RGB (Red+Green+Blue) = 179+4+187=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #B304BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B304BB is #4CFB44. Grayscale: #4C4C4C. Windows color (decimal): -5045061 or 12256435. OLE color: 12256435.
HSL color Cylindrical-coordinate representation of color #B304BB: hue angle of 297.38º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B304BB is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 4 | 187 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.27 |
| HSL | 297.38º | 0.96% | 0.37% | - |
| HSV(B) | 297.38º | 0.98% | 0.73% | - |
| XYZ | 27.6 | 13.26 | 48.12 | - |
| YUV | 77.19 | 189.98 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 187 | 0.04 | 0.98 | 0 | 0.27 | 297.38 | 0.96 | 0.37 |
| Hex | B3 | 4 | BB | 4 | 62 | 0 | 1B | 129 | 60 | 25 |
| Octal | 263 | 4 | 273 | 4 | 142 | 0 | 33 | 451 | 140 | 45 |
| Binary | 10110011 | 100 | 10111011 | 100 | 1100010 | 0 | 11011 | 100101001 | 1100000 | 100101 |
Color Harmonies of #B304BB
Complementary color
Monochromatic Colors of #B304BB
Black with #B304BB
Text Example
Text Example
White with #B304BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B304BB; }
p { color: rgb(179,4,187); }
H1.HeaderClassName
{
color: #B304BB;
}
.AnyTagClassName
{
color: #B304BB;
}
</style>
background-color css
<style>
a { background-color: #B304BB; }
a { background-color: rgb(179,4,187); }
div.DivClassName
{
background-color: #B304BB;
}
.BgClassName
{
background-color: #B304BB;
}
</style>
border-color css
<style>
span { border-color: #B304BB; }
span { border-color: rgb(179,4,187); }
td.TdClassName
{
border-color: #B304BB;
}
.TagClassName
{
border-color: #B304BB;
}
</style>