#b103a0

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

Shades of Dark Magenta #B103A0

Tints of Dark Magenta #B103A0

Color information

#B103A0 (or 0xB103A0) is unknown color: approx Dark Magenta. HEX triplet: B1, 03 and A0. RGB value is (177,3,160). Sum of RGB (Red+Green+Blue) = 177+3+160=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B103A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B103A0 is #4EFC5F. Grayscale: #484848. Windows color (decimal): -5176416 or 10486705. OLE color: 10486705.

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

Color convert

RGB1773160-
CMYK00.980.100.31
HSL305.86º96.67%35.29%-
HSV(B)305.86º98.31%69.41%-
XYZ24.5111.9534.27-
YUV72.92177.15202.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 160 (62.89% from 255) = 47.06%
R=52.06%
G=0.88%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177316000.980.100.31305.8696.6735.29
HexB13A0062A1F1326123
Octal26132400142123746214143
Binary101100011110100000011000101010111111001100101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b103a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b103a0; }

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

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

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

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

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

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

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

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

cancel