#B904AE

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

Shades of Deep Magenta #B904AE

Tints of Deep Magenta #B904AE

Color information

#B904AE (or 0xB904AE) is unknown color: approx Deep Magenta. HEX triplet: B9, 04 and AE. RGB value is (185,4,174). Sum of RGB (Red+Green+Blue) = 185+4+174=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B904AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B904AE is #46FB51. Grayscale: #4D4D4D. Windows color (decimal): -4651858 or 11404473. OLE color: 11404473.

HSL color Cylindrical-coordinate representation of color #B904AE: hue angle of 303.65º 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 #B904AE is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB1854174-
CMYK00.980.060.27
HSL303.65º95.77%37.06%-
HSV(B)303.65º97.84%72.55%-
XYZ27.6913.4641.18-
YUV77.5182.47204.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.96%
GREEN value IS 4 (1.95% from 255) = 1.10%
BLUE value IS 174 (68.36% from 255) = 47.93%
R=50.96%
G=1.10%
B=47.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185417400.980.060.27303.6595.7737.06
HexB94AE06261B1306025
Octal2714256014263346014045
Binary101110011001010111001100010110110111001100001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B904AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B904AE; }

 p { color: rgb(185,4,174); }

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

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

 a { background-color: rgb(185,4,174); }

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

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

 span { border-color: rgb(185,4,174); }

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