#b211ba

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

Shades of Deep Magenta #B211BA

Tints of Deep Magenta #B211BA

Color information

#B211BA (or 0xB211BA) is unknown color: approx Deep Magenta. HEX triplet: B2, 11 and BA. RGB value is (178,17,186). Sum of RGB (Red+Green+Blue) = 178+17+186=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #B211BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B211BA is #4DEE45. Grayscale: #535353. Windows color (decimal): -5107270 or 12194226. OLE color: 12194226.

HSL color Cylindrical-coordinate representation of color #B211BA: hue angle of 297.16º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B211BA is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17817186-
CMYK0.040.9100.27
HSL297.16º83.25%39.8%-
HSV(B)297.16º90.86%72.94%-
XYZ27.4213.4147.6-
YUV84.4185.34194.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 17 (7.03% from 255) = 4.46%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=46.72%
G=4.46%
B=48.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178171860.040.9100.27297.1683.2539.8
HexB211BA45B01B1295328
Octal26221272413303345112350
Binary10110010100011011101010010110110110111001010011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b211ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b211ba; }

 p { color: rgb(178,17,186); }

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

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

 a { background-color: rgb(178,17,186); }

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

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

 span { border-color: rgb(178,17,186); }

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