#B201A1

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

Shades of Dark Magenta #B201A1

Tints of Dark Magenta #B201A1

Color information

#B201A1 (or 0xB201A1) is unknown color: approx Dark Magenta. HEX triplet: B2, 01 and A1. RGB value is (178,1,161). Sum of RGB (Red+Green+Blue) = 178+1+161=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 161 (63.28% from 255 or 47.35% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B201A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B201A1 is #4DFE5E. Grayscale: #474747. Windows color (decimal): -5111391 or 10551730. OLE color: 10551730.

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

Color convert

RGB1781161-
CMYK00.990.100.30
HSL305.76º98.88%35.1%-
HSV(B)305.76º99.44%69.8%-
XYZ24.812.0634.74-
YUV72.16178.14203.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.35%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 161 (63.28% from 255) = 47.35%
R=52.35%
G=0.29%
B=47.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178116100.990.100.30305.7698.8835.1
HexB21A1063A1E1326323
Octal26212410143123646214343
Binary10110010110100001011000111010111101001100101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B201A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B201A1; }

 p { color: rgb(178,1,161); }

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

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

 a { background-color: rgb(178,1,161); }

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

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

 span { border-color: rgb(178,1,161); }

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