#B211B6

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

Shades of Deep Magenta #B211B6

Tints of Deep Magenta #B211B6

Color information

#B211B6 (or 0xB211B6) is unknown color: approx Deep Magenta. HEX triplet: B2, 11 and B6. RGB value is (178,17,182). Sum of RGB (Red+Green+Blue) = 178+17+182=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #B211B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B211B6 is #4DEE49. Grayscale: #535353. Windows color (decimal): -5107274 or 11932082. OLE color: 11932082.

HSL color Cylindrical-coordinate representation of color #B211B6: hue angle of 298.55º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B211B6 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17817182-
CMYK0.020.9100.29
HSL298.55º82.91%39.02%-
HSV(B)298.55º90.66%71.37%-
XYZ2713.2445.39-
YUV83.95183.34195.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.21%
GREEN value IS 17 (7.03% from 255) = 4.51%
BLUE value IS 182 (71.48% from 255) = 48.28%
R=47.21%
G=4.51%
B=48.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178171820.020.9100.29298.5582.9139.02
HexB211B625B01D12b5327
Octal26221266213303545312347
Binary1011001010001101101101010110110111011001010111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B211B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B211B6; }

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

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

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

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

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

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

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

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