#B2009F

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

Shades of Dark Magenta #B2009F

Tints of Dark Magenta #B2009F

Color information

#B2009F (or 0xB2009F) is unknown color: approx Dark Magenta. HEX triplet: B2, 00 and 9F. RGB value is (178,0,159). Sum of RGB (Red+Green+Blue) = 178+0+159=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2009F is #4DFF60. Grayscale: #464646. Windows color (decimal): -5111649 or 10420402. OLE color: 10420402.

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

Color convert

RGB1780159-
CMYK010.110.30
HSL306.4º100%34.9%-
HSV(B)306.4º100%69.8%-
XYZ24.6211.9733.81-
YUV71.35177.47204.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 47.18%
R=52.82%
G=0%
B=47.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1780159010.110.30306.410034.9
HexB209F064B1E1326423
Octal26202370144133646214443
Binary10110010010011111011001001011111101001100101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2009F; }

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

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

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

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

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

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

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

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