Shades of Deep Magenta #B404C4
Tints of Deep Magenta #B404C4
RGB
CMYK
RGB Variations
Color information
#B404C4 (or 0xB404C4) is known color: Deep Magenta. HEX triplet: B4, 04 and C4. RGB value is (180,4,196). Sum of RGB (Red+Green+Blue) = 180+4+196=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 196 (76.95% from 255 or 51.58% from 380); Max value from RGB is 196 - color contains mainly: blue. Hex color #B404C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B404C4 is #4BFB3B. Grayscale: #4D4D4D. Windows color (decimal): -4979516 or 12846260. OLE color: 12846260.
HSL color Cylindrical-coordinate representation of color #B404C4: hue angle of 295º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B404C4 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 4 | 196 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.23 |
| HSL | 295º | 0.96% | 0.39% | - |
| HSV(B) | 295º | 0.98% | 0.77% | - |
| XYZ | 28.83 | 13.78 | 53.36 | - |
| YUV | 78.51 | 194.31 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 196 | 0.08 | 0.98 | 0 | 0.23 | 295 | 0.96 | 0.39 |
| Hex | B4 | 4 | C4 | 8 | 62 | 0 | 17 | 127 | 60 | 27 |
| Octal | 264 | 4 | 304 | 10 | 142 | 0 | 27 | 447 | 140 | 47 |
| Binary | 10110100 | 100 | 11000100 | 1000 | 1100010 | 0 | 10111 | 100100111 | 1100000 | 100111 |
Color Harmonies of #B404C4
Complementary color
Monochromatic Colors of #B404C4
Black with #B404C4
Text Example
Text Example
White with #B404C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B404C4; }
p { color: rgb(180,4,196); }
H1.HeaderClassName
{
color: #B404C4;
}
.AnyTagClassName
{
color: #B404C4;
}
</style>
background-color css
<style>
a { background-color: #B404C4; }
a { background-color: rgb(180,4,196); }
div.DivClassName
{
background-color: #B404C4;
}
.BgClassName
{
background-color: #B404C4;
}
</style>
border-color css
<style>
span { border-color: #B404C4; }
span { border-color: rgb(180,4,196); }
td.TdClassName
{
border-color: #B404C4;
}
.TagClassName
{
border-color: #B404C4;
}
</style>