#be1bae

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

Shades of Deep Magenta #BE1BAE

Tints of Deep Magenta #BE1BAE

Color information

#BE1BAE (or 0xBE1BAE) is unknown color: approx Deep Magenta. HEX triplet: BE, 1B and AE. RGB value is (190,27,174). Sum of RGB (Red+Green+Blue) = 190+27+174=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1BAE is #41E451. Grayscale: #5C5C5C. Windows color (decimal): -4318290 or 11410366. OLE color: 11410366.

HSL color Cylindrical-coordinate representation of color #BE1BAE: hue angle of 305.89º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1BAE is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB19027174-
CMYK00.860.080.25
HSL305.89º75.12%42.55%-
HSV(B)305.89º85.79%74.51%-
XYZ29.2714.7941.36-
YUV92.49174197.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.59%
GREEN value IS 27 (10.94% from 255) = 6.91%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=48.59%
G=6.91%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902717400.860.080.25305.8975.1242.55
HexBE1BAE0568191324b2b
Octal276332560126103146211353
Binary101111101101110101110010101101000110011001100101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be1bae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be1bae; }

 p { color: rgb(190,27,174); }

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

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

 a { background-color: rgb(190,27,174); }

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

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

 span { border-color: rgb(190,27,174); }

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