#B21AB1

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

Shades of Deep Magenta #B21AB1

Tints of Deep Magenta #B21AB1

Color information

#B21AB1 (or 0xB21AB1) is unknown color: approx Deep Magenta. HEX triplet: B2, 1A and B1. RGB value is (178,26,177). Sum of RGB (Red+Green+Blue) = 178+26+177=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B21AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21AB1 is #4DE54E. Grayscale: #585858. Windows color (decimal): -5104975 or 11606706. OLE color: 11606706.

HSL color Cylindrical-coordinate representation of color #B21AB1: hue angle of 300.39º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21AB1 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17826177-
CMYK00.850.010.30
HSL300.39º74.51%40%-
HSV(B)300.39º85.39%69.8%-
XYZ26.6713.3842.77-
YUV88.66177.86191.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 26 (10.55% from 255) = 6.82%
BLUE value IS 177 (69.53% from 255) = 46.46%
R=46.72%
G=6.82%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782617700.850.010.30300.3974.5140
HexB21AB105511E12c4b28
Octal26232261012513645411350
Binary101100101101010110001010101011111101001011001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21AB1; }

 p { color: rgb(178,26,177); }

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

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

 a { background-color: rgb(178,26,177); }

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

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

 span { border-color: rgb(178,26,177); }

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