#B804AC

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

Shades of Deep Magenta #B804AC

Tints of Deep Magenta #B804AC

Color information

#B804AC (or 0xB804AC) is unknown color: approx Deep Magenta. HEX triplet: B8, 04 and AC. RGB value is (184,4,172). Sum of RGB (Red+Green+Blue) = 184+4+172=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B804AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B804AC is #47FB53. Grayscale: #4C4C4C. Windows color (decimal): -4717396 or 11273400. OLE color: 11273400.

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

Color convert

RGB1844172-
CMYK00.980.070.28
HSL304º95.74%36.86%-
HSV(B)304º97.83%72.16%-
XYZ27.2613.2640.15-
YUV76.97181.63204.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.11%
GREEN value IS 4 (1.95% from 255) = 1.11%
BLUE value IS 172 (67.58% from 255) = 47.78%
R=51.11%
G=1.11%
B=47.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184417200.980.070.2830495.7436.86
HexB84AC06271C1306025
Octal2704254014273446014045
Binary101110001001010110001100010111111001001100001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B804AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B804AC; }

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

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

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

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

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

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

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

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