#B007A3

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

Shades of Dark Magenta #B007A3

Tints of Dark Magenta #B007A3

Color information

#B007A3 (or 0xB007A3) is unknown color: approx Dark Magenta. HEX triplet: B0, 07 and A3. RGB value is (176,7,163). Sum of RGB (Red+Green+Blue) = 176+7+163=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B007A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B007A3 is #4FF85C. Grayscale: #4A4A4A. Windows color (decimal): -5240925 or 10684336. OLE color: 10684336.

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

Color convert

RGB1767163-
CMYK00.960.070.31
HSL304.62º92.35%35.88%-
HSV(B)304.62º96.02%69.02%-
XYZ24.5912.0335.68-
YUV75.32177.49199.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.87%
GREEN value IS 7 (3.12% from 255) = 2.02%
BLUE value IS 163 (64.06% from 255) = 47.11%
R=50.87%
G=2.02%
B=47.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176716300.960.070.31304.6292.3535.88
HexB07A306071F1315c24
Octal2607243014073746113444
Binary101100001111010001101100000111111111001100011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B007A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B007A3; }

 p { color: rgb(176,7,163); }

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

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

 a { background-color: rgb(176,7,163); }

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

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

 span { border-color: rgb(176,7,163); }

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