#BE32AE

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

Shades of Fuchsia #BE32AE

Tints of Fuchsia #BE32AE

Color information

#BE32AE (or 0xBE32AE) is unknown color: approx Fuchsia. HEX triplet: BE, 32 and AE. RGB value is (190,50,174). Sum of RGB (Red+Green+Blue) = 190+50+174=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE32AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE32AE is #41CD51. Grayscale: #696969. Windows color (decimal): -4312402 or 11416254. OLE color: 11416254.

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

Color convert

RGB19050174-
CMYK00.740.080.25
HSL306.86º58.33%47.06%-
HSV(B)306.86º73.68%74.51%-
XYZ30.0216.2841.61-
YUV106166.38187.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 50 (19.92% from 255) = 12.08%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=45.89%
G=12.08%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905017400.740.080.25306.8658.3347.06
HexBE32AE04A8191333a2f
Octal27662256011210314637257
Binary101111101100101010111001001010100011001100110011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE32AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE32AE; }

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

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

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

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

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

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

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

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