#B805AC

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

Shades of Deep Magenta #B805AC

Tints of Deep Magenta #B805AC

Color information

#B805AC (or 0xB805AC) is unknown color: approx Deep Magenta. HEX triplet: B8, 05 and AC. RGB value is (184,5,172). Sum of RGB (Red+Green+Blue) = 184+5+172=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B805AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B805AC is #47FA53. Grayscale: #4D4D4D. Windows color (decimal): -4717140 or 11273656. OLE color: 11273656.

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

Color convert

RGB1845172-
CMYK00.970.070.28
HSL304.02º94.71%37.06%-
HSV(B)304.02º97.28%72.16%-
XYZ27.2713.2840.16-
YUV77.56181.3203.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.97%
GREEN value IS 5 (2.34% from 255) = 1.39%
BLUE value IS 172 (67.58% from 255) = 47.65%
R=50.97%
G=1.39%
B=47.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184517200.970.070.28304.0294.7137.06
HexB85AC06171C1305f25
Octal2705254014173446013745
Binary101110001011010110001100001111111001001100001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B805AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B805AC; }

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

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

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

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

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

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

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

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