#B1009F

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

Shades of Dark Magenta #B1009F

Tints of Dark Magenta #B1009F

Color information

#B1009F (or 0xB1009F) is unknown color: approx Dark Magenta. HEX triplet: B1, 00 and 9F. RGB value is (177,0,159). Sum of RGB (Red+Green+Blue) = 177+0+159=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1009F is #4EFF60. Grayscale: #464646. Windows color (decimal): -5177185 or 10420401. OLE color: 10420401.

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

Color convert

RGB1770159-
CMYK010.100.31
HSL306.1º100%34.71%-
HSV(B)306.1º100%69.41%-
XYZ24.3911.8533.8-
YUV71.05177.64203.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=52.68%
G=0%
B=47.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1770159010.100.31306.110034.71
HexB109F064A1F1326423
Octal26102370144123746214443
Binary10110001010011111011001001010111111001100101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1009F; }

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

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

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

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

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

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

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

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