#BE33AA

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

Shades of Fuchsia #BE33AA

Tints of Fuchsia #BE33AA

Color information

#BE33AA (or 0xBE33AA) is unknown color: approx Fuchsia. HEX triplet: BE, 33 and AA. RGB value is (190,51,170). Sum of RGB (Red+Green+Blue) = 190+51+170=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE33AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE33AA is #41CC55. Grayscale: #696969. Windows color (decimal): -4312150 or 11154366. OLE color: 11154366.

HSL color Cylindrical-coordinate representation of color #BE33AA: hue angle of 308.63º 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 #BE33AA is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB19051170-
CMYK00.730.110.25
HSL308.63º57.68%47.25%-
HSV(B)308.63º73.16%74.51%-
XYZ29.6716.2239.6-
YUV106.13164.05187.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 51 (20.31% from 255) = 12.41%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=46.23%
G=12.41%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905117000.730.110.25308.6357.6847.25
HexBE33AA049B191353a2f
Octal27663252011113314657257
Binary101111101100111010101001001001101111001100110101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE33AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE33AA; }

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

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

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

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

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

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

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

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