#B2009E

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

Shades of Dark Magenta #B2009E

Tints of Dark Magenta #B2009E

Color information

#B2009E (or 0xB2009E) is unknown color: approx Dark Magenta. HEX triplet: B2, 00 and 9E. RGB value is (178,0,158). Sum of RGB (Red+Green+Blue) = 178+0+158=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2009E is #4DFF61. Grayscale: #464646. Windows color (decimal): -5111650 or 10354866. OLE color: 10354866.

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

Color convert

RGB1780158-
CMYK010.110.30
HSL306.74º100%34.9%-
HSV(B)306.74º100%69.8%-
XYZ24.5311.9333.36-
YUV71.23176.97204.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 158 (62.11% from 255) = 47.02%
R=52.98%
G=0%
B=47.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1780158010.110.30306.7410034.9
HexB209E064B1E1336423
Octal26202360144133646314443
Binary10110010010011110011001001011111101001100111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2009E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2009E; }

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

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

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

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

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

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

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

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