#BE11AB

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

Shades of Deep Magenta #BE11AB

Tints of Deep Magenta #BE11AB

Color information

#BE11AB (or 0xBE11AB) is unknown color: approx Deep Magenta. HEX triplet: BE, 11 and AB. RGB value is (190,17,171). Sum of RGB (Red+Green+Blue) = 190+17+171=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE11AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE11AB is #41EE54. Grayscale: #555555. Windows color (decimal): -4320853 or 11211198. OLE color: 11211198.

HSL color Cylindrical-coordinate representation of color #BE11AB: hue angle of 306.59º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE11AB is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19017171-
CMYK00.910.100.25
HSL306.59º83.57%40.59%-
HSV(B)306.59º91.05%74.51%-
XYZ28.7914.2939.77-
YUV86.28175.81201.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 17 (7.03% from 255) = 4.50%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=50.26%
G=4.50%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901717100.910.100.25306.5983.5740.59
HexBE11AB05BA191335429
Octal276212530133123146312451
Binary101111101000110101011010110111010110011001100111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE11AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE11AB; }

 p { color: rgb(190,17,171); }

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

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

 a { background-color: rgb(190,17,171); }

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

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

 span { border-color: rgb(190,17,171); }

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