#B004A5

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

Shades of Dark Magenta #B004A5

Tints of Dark Magenta #B004A5

Color information

#B004A5 (or 0xB004A5) is unknown color: approx Dark Magenta. HEX triplet: B0, 04 and A5. RGB value is (176,4,165). Sum of RGB (Red+Green+Blue) = 176+4+165=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B004A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B004A5 is #4FFB5A. Grayscale: #494949. Windows color (decimal): -5241691 or 10814640. OLE color: 10814640.

HSL color Cylindrical-coordinate representation of color #B004A5: hue angle of 303.84º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B004A5 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB1764165-
CMYK00.980.060.31
HSL303.84º95.56%35.29%-
HSV(B)303.84º97.73%69.02%-
XYZ24.7412.0336.62-
YUV73.78179.48200.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.01%
GREEN value IS 4 (1.95% from 255) = 1.16%
BLUE value IS 165 (64.84% from 255) = 47.83%
R=51.01%
G=1.16%
B=47.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176416500.980.060.31303.8495.5635.29
HexB04A506261F1306023
Octal2604245014263746014043
Binary101100001001010010101100010110111111001100001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B004A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B004A5; }

 p { color: rgb(176,4,165); }

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

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

 a { background-color: rgb(176,4,165); }

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

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

 span { border-color: rgb(176,4,165); }

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