#B103A5

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

Shades of Dark Magenta #B103A5

Tints of Dark Magenta #B103A5

Color information

#B103A5 (or 0xB103A5) is unknown color: approx Dark Magenta. HEX triplet: B1, 03 and A5. RGB value is (177,3,165). Sum of RGB (Red+Green+Blue) = 177+3+165=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B103A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B103A5 is #4EFC5A. Grayscale: #494949. Windows color (decimal): -5176411 or 10814385. OLE color: 10814385.

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

Color convert

RGB1773165-
CMYK00.980.070.31
HSL304.14º96.67%35.29%-
HSV(B)304.14º98.31%69.41%-
XYZ24.9612.1336.62-
YUV73.49179.65201.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 165 (64.84% from 255) = 47.83%
R=51.30%
G=0.87%
B=47.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177316500.980.070.31304.1496.6735.29
HexB13A506271F1306123
Octal2613245014273746014143
Binary10110001111010010101100010111111111001100001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B103A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B103A5; }

 p { color: rgb(177,3,165); }

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

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

 a { background-color: rgb(177,3,165); }

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

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

 span { border-color: rgb(177,3,165); }

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