#B1029F

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

Shades of Dark Magenta #B1029F

Tints of Dark Magenta #B1029F

Color information

#B1029F (or 0xB1029F) is unknown color: approx Dark Magenta. HEX triplet: B1, 02 and 9F. RGB value is (177,2,159). Sum of RGB (Red+Green+Blue) = 177+2+159=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B1029F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1029F is #4EFD60. Grayscale: #474747. Windows color (decimal): -5176673 or 10420913. OLE color: 10420913.

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

Color convert

RGB1772159-
CMYK00.990.100.31
HSL306.17º97.77%35.1%-
HSV(B)306.17º98.87%69.41%-
XYZ24.4111.8933.81-
YUV72.22176.98202.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.37%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 159 (62.5% from 255) = 47.04%
R=52.37%
G=0.59%
B=47.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177215900.990.100.31306.1797.7735.1
HexB129F063A1F1326223
Octal26122370143123746214243
Binary101100011010011111011000111010111111001100101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1029F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1029F; }

 p { color: rgb(177,2,159); }

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

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

 a { background-color: rgb(177,2,159); }

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

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

 span { border-color: rgb(177,2,159); }

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