Shades of Deep Magenta #B404CB
Tints of Deep Magenta #B404CB
RGB
CMYK
RGB Variations
Color information
#B404CB (or 0xB404CB) is known color: Deep Magenta. HEX triplet: B4, 04 and CB. RGB value is (180,4,203). Sum of RGB (Red+Green+Blue) = 180+4+203=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #B404CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B404CB is #4BFB34. Grayscale: #4E4E4E. Windows color (decimal): -4979509 or 13305012. OLE color: 13305012.
HSL color Cylindrical-coordinate representation of color #B404CB: hue angle of 293.07º 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 #B404CB is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 4 | 203 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.20 |
| HSL | 293.07º | 0.96% | 0.41% | - |
| HSV(B) | 293.07º | 0.98% | 0.8% | - |
| XYZ | 29.65 | 14.1 | 57.66 | - |
| YUV | 79.31 | 197.81 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 203 | 0.11 | 0.98 | 0 | 0.20 | 293.07 | 0.96 | 0.41 |
| Hex | B4 | 4 | CB | B | 62 | 0 | 14 | 125 | 60 | 29 |
| Octal | 264 | 4 | 313 | 13 | 142 | 0 | 24 | 445 | 140 | 51 |
| Binary | 10110100 | 100 | 11001011 | 1011 | 1100010 | 0 | 10100 | 100100101 | 1100000 | 101001 |
Color Harmonies of #B404CB
Complementary color
Monochromatic Colors of #B404CB
Black with #B404CB
Text Example
Text Example
White with #B404CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B404CB; }
p { color: rgb(180,4,203); }
H1.HeaderClassName
{
color: #B404CB;
}
.AnyTagClassName
{
color: #B404CB;
}
</style>
background-color css
<style>
a { background-color: #B404CB; }
a { background-color: rgb(180,4,203); }
div.DivClassName
{
background-color: #B404CB;
}
.BgClassName
{
background-color: #B404CB;
}
</style>
border-color css
<style>
span { border-color: #B404CB; }
span { border-color: rgb(180,4,203); }
td.TdClassName
{
border-color: #B404CB;
}
.TagClassName
{
border-color: #B404CB;
}
</style>