#B1019D

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

Shades of Dark Magenta #B1019D

Tints of Dark Magenta #B1019D

Color information

#B1019D (or 0xB1019D) is unknown color: approx Dark Magenta. HEX triplet: B1, 01 and 9D. RGB value is (177,1,157). Sum of RGB (Red+Green+Blue) = 177+1+157=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B1019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1019D is #4EFE62. Grayscale: #464646. Windows color (decimal): -5176931 or 10289585. OLE color: 10289585.

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

Color convert

RGB1771157-
CMYK00.990.110.31
HSL306.82º98.88%34.9%-
HSV(B)306.82º99.44%69.41%-
XYZ24.2311.832.9-
YUV71.41176.31203.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.84%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 157 (61.72% from 255) = 46.87%
R=52.84%
G=0.30%
B=46.87%

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
Decimal177115700.990.110.31306.8298.8834.9
HexB119D063B1F1336323
Octal26112350143133746314343
Binary10110001110011101011000111011111111001100111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1019D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1019D; }

 p { color: rgb(177,1,157); }

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

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

 a { background-color: rgb(177,1,157); }

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

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

 span { border-color: rgb(177,1,157); }

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