#B404C2

Color #B404C2 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B404C2

Tints of Deep Magenta #B404C2

Color information

#B404C2 (or 0xB404C2) is unknown color: approx Deep Magenta. HEX triplet: B4, 04 and C2. RGB value is (180,4,194). Sum of RGB (Red+Green+Blue) = 180+4+194=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 194 (76.17% from 255 or 51.32% from 378); Max value from RGB is 194 - color contains mainly: blue. Hex color #B404C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B404C2 is #4BFB3D. Grayscale: #4D4D4D. Windows color (decimal): -4979518 or 12715188. OLE color: 12715188.

HSL color Cylindrical-coordinate representation of color #B404C2: hue angle of 295.58º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B404C2 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1804194-
CMYK0.070.9800.24
HSL295.58º95.96%38.82%-
HSV(B)295.58º97.94%76.08%-
XYZ28.613.6952.17-
YUV78.28193.31200.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 4 (1.95% from 255) = 1.06%
BLUE value IS 194 (76.17% from 255) = 51.32%
R=47.62%
G=1.06%
B=51.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18041940.070.9800.24295.5895.9638.82
HexB44C27620181286027
Octal2644302714203045014047
Binary101101001001100001011111000100110001001010001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B404C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B404C2; }

 p { color: rgb(180,4,194); }

 H1.HeaderClassName
 {
   color: #B404C2;
 }
 .AnyTagClassName
 {
   color: #B404C2;
 }
</style>
background-color css

<style>
 a { background-color: #B404C2; }

 a { background-color: rgb(180,4,194); }

 div.DivClassName
 {
   background-color: #B404C2;
 }
 .BgClassName
 {
   background-color: #B404C2;
 }
</style>
border-color css

<style>
 span { border-color: #B404C2; }

 span { border-color: rgb(180,4,194); }

 td.TdClassName
 {
   border-color: #B404C2;
 }
 .TagClassName
 {
   border-color: #B404C2;
 }
</style>