#B904AC

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

Shades of Deep Magenta #B904AC

Tints of Deep Magenta #B904AC

Color information

#B904AC (or 0xB904AC) is unknown color: approx Deep Magenta. HEX triplet: B9, 04 and AC. RGB value is (185,4,172). Sum of RGB (Red+Green+Blue) = 185+4+172=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B904AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B904AC is #46FB53. Grayscale: #4C4C4C. Windows color (decimal): -4651860 or 11273401. OLE color: 11273401.

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

Color convert

RGB1854172-
CMYK00.980.070.27
HSL304.31º95.77%37.06%-
HSV(B)304.31º97.84%72.55%-
XYZ27.513.3840.16-
YUV77.27181.47204.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.25%
GREEN value IS 4 (1.95% from 255) = 1.11%
BLUE value IS 172 (67.58% from 255) = 47.65%
R=51.25%
G=1.11%
B=47.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185417200.980.070.27304.3195.7737.06
HexB94AC06271B1306025
Octal2714254014273346014045
Binary101110011001010110001100010111110111001100001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B904AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B904AC; }

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

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

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

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

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

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

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

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