Shades of Deep Magenta #B404BB
Tints of Deep Magenta #B404BB
RGB
CMYK
RGB Variations
Color information
#B404BB (or 0xB404BB) is known color: Deep Magenta. HEX triplet: B4, 04 and BB. RGB value is (180,4,187). Sum of RGB (Red+Green+Blue) = 180+4+187=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #B404BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B404BB is #4BFB44. Grayscale: #4C4C4C. Windows color (decimal): -4979525 or 12256436. OLE color: 12256436.
HSL color Cylindrical-coordinate representation of color #B404BB: hue angle of 297.7º 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 #B404BB is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 4 | 187 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.27 |
| HSL | 297.7º | 0.96% | 0.37% | - |
| HSV(B) | 297.7º | 0.98% | 0.73% | - |
| XYZ | 27.84 | 13.38 | 48.13 | - |
| YUV | 77.49 | 189.81 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 187 | 0.04 | 0.98 | 0 | 0.27 | 297.7 | 0.96 | 0.37 |
| Hex | B4 | 4 | BB | 4 | 62 | 0 | 1B | 12A | 60 | 25 |
| Octal | 264 | 4 | 273 | 4 | 142 | 0 | 33 | 452 | 140 | 45 |
| Binary | 10110100 | 100 | 10111011 | 100 | 1100010 | 0 | 11011 | 100101010 | 1100000 | 100101 |
Color Harmonies of #B404BB
Complementary color
Monochromatic Colors of #B404BB
Black with #B404BB
Text Example
Text Example
White with #B404BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B404BB; }
p { color: rgb(180,4,187); }
H1.HeaderClassName
{
color: #B404BB;
}
.AnyTagClassName
{
color: #B404BB;
}
</style>
background-color css
<style>
a { background-color: #B404BB; }
a { background-color: rgb(180,4,187); }
div.DivClassName
{
background-color: #B404BB;
}
.BgClassName
{
background-color: #B404BB;
}
</style>
border-color css
<style>
span { border-color: #B404BB; }
span { border-color: rgb(180,4,187); }
td.TdClassName
{
border-color: #B404BB;
}
.TagClassName
{
border-color: #B404BB;
}
</style>