Shades of Deep Magenta #B604A8
Tints of Deep Magenta #B604A8
RGB
CMYK
RGB Variations
Color information
#B604A8 (or 0xB604A8) is known color: Deep Magenta. HEX triplet: B6, 04 and A8. RGB value is (182,4,168). Sum of RGB (Red+Green+Blue) = 182+4+168=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 168 (66.02% from 255 or 47.46% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B604A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B604A8 is #49FB57. Grayscale: #4B4B4B. Windows color (decimal): -4848472 or 11011254. OLE color: 11011254.
HSL color Cylindrical-coordinate representation of color #B604A8: hue angle of 304.72º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B604A8 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 4 | 168 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.29 |
| HSL | 304.72º | 0.96% | 0.36% | - |
| HSV(B) | 304.72º | 0.98% | 0.71% | - |
| XYZ | 26.4 | 12.86 | 38.14 | - |
| YUV | 75.92 | 179.97 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 4 | 168 | 0 | 0.98 | 0.08 | 0.29 | 304.72 | 0.96 | 0.36 |
| Hex | B6 | 4 | A8 | 0 | 62 | 8 | 1D | 131 | 60 | 24 |
| Octal | 266 | 4 | 250 | 0 | 142 | 10 | 35 | 461 | 140 | 44 |
| Binary | 10110110 | 100 | 10101000 | 0 | 1100010 | 1000 | 11101 | 100110001 | 1100000 | 100100 |
Color Harmonies of #B604A8
Complementary color
Monochromatic Colors of #B604A8
Black with #B604A8
Text Example
Text Example
White with #B604A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B604A8; }
p { color: rgb(182,4,168); }
H1.HeaderClassName
{
color: #B604A8;
}
.AnyTagClassName
{
color: #B604A8;
}
</style>
background-color css
<style>
a { background-color: #B604A8; }
a { background-color: rgb(182,4,168); }
div.DivClassName
{
background-color: #B604A8;
}
.BgClassName
{
background-color: #B604A8;
}
</style>
border-color css
<style>
span { border-color: #B604A8; }
span { border-color: rgb(182,4,168); }
td.TdClassName
{
border-color: #B604A8;
}
.TagClassName
{
border-color: #B604A8;
}
</style>