#BE42AE

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

Shades of Fuchsia #BE42AE

Tints of Fuchsia #BE42AE

Color information

#BE42AE (or 0xBE42AE) is unknown color: approx Fuchsia. HEX triplet: BE, 42 and AE. RGB value is (190,66,174). Sum of RGB (Red+Green+Blue) = 190+66+174=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE42AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE42AE is #41BD51. Grayscale: #737373. Windows color (decimal): -4308306 or 11420350. OLE color: 11420350.

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

Color convert

RGB19066174-
CMYK00.650.080.25
HSL307.74º48.82%50.2%-
HSV(B)307.74º65.26%74.51%-
XYZ30.8217.941.87-
YUV115.39161.08181.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 66 (26.17% from 255) = 15.35%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=44.19%
G=15.35%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906617400.650.080.25307.7448.8250.2
HexBE42AE0418191343132
Octal276102256010110314646162
Binary1011111010000101010111001000001100011001100110100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE42AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE42AE; }

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

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

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

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

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

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

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

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