#BE18AB

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

Shades of Deep Magenta #BE18AB

Tints of Deep Magenta #BE18AB

Color information

#BE18AB (or 0xBE18AB) is unknown color: approx Deep Magenta. HEX triplet: BE, 18 and AB. RGB value is (190,24,171). Sum of RGB (Red+Green+Blue) = 190+24+171=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE18AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE18AB is #41E754. Grayscale: #595959. Windows color (decimal): -4319061 or 11212990. OLE color: 11212990.

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

Color convert

RGB19024171-
CMYK00.870.100.25
HSL306.87º77.57%41.96%-
HSV(B)306.87º87.37%74.51%-
XYZ28.9114.5439.81-
YUV90.39173.5199.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 24 (9.77% from 255) = 6.23%
BLUE value IS 171 (67.19% from 255) = 44.42%
R=49.35%
G=6.23%
B=44.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902417100.870.100.25306.8777.5741.96
HexBE18AB057A191334e2a
Octal276302530127123146311652
Binary101111101100010101011010101111010110011001100111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE18AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE18AB; }

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

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

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

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

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

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

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

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