#B003A6

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

Shades of Dark Magenta #B003A6

Tints of Dark Magenta #B003A6

Color information

#B003A6 (or 0xB003A6) is unknown color: approx Dark Magenta. HEX triplet: B0, 03 and A6. RGB value is (176,3,166). Sum of RGB (Red+Green+Blue) = 176+3+166=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B003A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B003A6 is #4FFC59. Grayscale: #484848. Windows color (decimal): -5241946 or 10879920. OLE color: 10879920.

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

Color convert

RGB1763166-
CMYK00.980.060.31
HSL303.47º96.65%35.1%-
HSV(B)303.47º98.3%69.02%-
XYZ24.8212.0537.09-
YUV73.31180.31201.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.01%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 166 (65.23% from 255) = 48.12%
R=51.01%
G=0.87%
B=48.12%

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
Decimal176316600.980.060.31303.4796.6535.1
HexB03A606261F12f6123
Octal2603246014263745714143
Binary10110000111010011001100010110111111001011111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B003A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B003A6; }

 p { color: rgb(176,3,166); }

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

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

 a { background-color: rgb(176,3,166); }

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

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

 span { border-color: rgb(176,3,166); }

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