#B100A3

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

Shades of Dark Magenta #B100A3

Tints of Dark Magenta #B100A3

Color information

#B100A3 (or 0xB100A3) is unknown color: approx Dark Magenta. HEX triplet: B1, 00 and A3. RGB value is (177,0,163). Sum of RGB (Red+Green+Blue) = 177+0+163=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 163 (64.06% from 255 or 47.94% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B100A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B100A3 is #4EFF5C. Grayscale: #474747. Windows color (decimal): -5177181 or 10682545. OLE color: 10682545.

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

Color convert

RGB1770163-
CMYK010.080.31
HSL304.75º100%34.71%-
HSV(B)304.75º100%69.41%-
XYZ24.7411.9935.66-
YUV71.5179.64203.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 163 (64.06% from 255) = 47.94%
R=52.06%
G=0%
B=47.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1770163010.080.31304.7510034.71
HexB10A306481F1316423
Octal26102430144103746114443
Binary10110001010100011011001001000111111001100011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B100A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B100A3; }

 p { color: rgb(177,0,163); }

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

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

 a { background-color: rgb(177,0,163); }

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

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

 span { border-color: rgb(177,0,163); }

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