#BE42A6

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

Shades of Fuchsia #BE42A6

Tints of Fuchsia #BE42A6

Color information

#BE42A6 (or 0xBE42A6) is unknown color: approx Fuchsia. HEX triplet: BE, 42 and A6. RGB value is (190,66,166). Sum of RGB (Red+Green+Blue) = 190+66+166=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE42A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE42A6 is #41BD59. Grayscale: #727272. Windows color (decimal): -4308314 or 10896062. OLE color: 10896062.

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

Color convert

RGB19066166-
CMYK00.650.130.25
HSL311.61º48.82%50.2%-
HSV(B)311.61º65.26%74.51%-
XYZ30.0717.637.89-
YUV114.48157.08181.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 66 (26.17% from 255) = 15.64%
BLUE value IS 166 (65.23% from 255) = 39.34%
R=45.02%
G=15.64%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906616600.650.130.25311.6148.8250.2
HexBE42A6041D191383132
Octal276102246010115314706162
Binary1011111010000101010011001000001110111001100111000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE42A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE42A6; }

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

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

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

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

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

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

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

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