#BE33AE

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

Shades of Fuchsia #BE33AE

Tints of Fuchsia #BE33AE

Color information

#BE33AE (or 0xBE33AE) is unknown color: approx Fuchsia. HEX triplet: BE, 33 and AE. RGB value is (190,51,174). Sum of RGB (Red+Green+Blue) = 190+51+174=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE33AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE33AE is #41CC51. Grayscale: #6A6A6A. Windows color (decimal): -4312146 or 11416510. OLE color: 11416510.

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

Color convert

RGB19051174-
CMYK00.730.080.25
HSL306.91º57.68%47.25%-
HSV(B)306.91º73.16%74.51%-
XYZ30.0616.3741.62-
YUV106.58166.05187.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 51 (20.31% from 255) = 12.29%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=45.78%
G=12.29%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905117400.730.080.25306.9157.6847.25
HexBE33AE0498191333a2f
Octal27663256011110314637257
Binary101111101100111010111001001001100011001100110011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE33AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE33AE; }

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

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

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

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

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

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

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

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