#B1029E

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

Shades of Dark Magenta #B1029E

Tints of Dark Magenta #B1029E

Color information

#B1029E (or 0xB1029E) is unknown color: approx Dark Magenta. HEX triplet: B1, 02 and 9E. RGB value is (177,2,158). Sum of RGB (Red+Green+Blue) = 177+2+158=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1029E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1029E is #4EFD61. Grayscale: #474747. Windows color (decimal): -5176674 or 10355377. OLE color: 10355377.

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

Color convert

RGB1772158-
CMYK00.990.110.31
HSL306.51º97.77%35.1%-
HSV(B)306.51º98.87%69.41%-
XYZ24.3211.8633.35-
YUV72.11176.48202.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.52%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=52.52%
G=0.59%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177215800.990.110.31306.5197.7735.1
HexB129E063B1F1336223
Octal26122360143133746314243
Binary101100011010011110011000111011111111001100111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1029E; }

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

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

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

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

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

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

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

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