#BE3AAE

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

Shades of Fuchsia #BE3AAE

Tints of Fuchsia #BE3AAE

Color information

#BE3AAE (or 0xBE3AAE) is unknown color: approx Fuchsia. HEX triplet: BE, 3A and AE. RGB value is (190,58,174). Sum of RGB (Red+Green+Blue) = 190+58+174=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3AAE is #41C551. Grayscale: #6E6E6E. Windows color (decimal): -4310354 or 11418302. OLE color: 11418302.

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

Color convert

RGB19058174-
CMYK00.690.080.25
HSL307.27º53.23%48.63%-
HSV(B)307.27º69.47%74.51%-
XYZ30.3917.0341.73-
YUV110.69163.73184.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 58 (23.05% from 255) = 13.74%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=45.02%
G=13.74%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905817400.690.080.25307.2753.2348.63
HexBE3AAE0458191333531
Octal27672256010510314636561
Binary101111101110101010111001000101100011001100110011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3AAE; }

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

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

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

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

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

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

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

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