#BE46A6

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

Shades of Fuchsia #BE46A6

Tints of Fuchsia #BE46A6

Color information

#BE46A6 (or 0xBE46A6) is unknown color: approx Fuchsia. HEX triplet: BE, 46 and A6. RGB value is (190,70,166). Sum of RGB (Red+Green+Blue) = 190+70+166=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE46A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE46A6 is #41B959. Grayscale: #747474. Windows color (decimal): -4307290 or 10897086. OLE color: 10897086.

HSL color Cylindrical-coordinate representation of color #BE46A6: hue angle of 312º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE46A6 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB19070166-
CMYK00.630.130.25
HSL312º48%50.98%-
HSV(B)312º63.16%74.51%-
XYZ30.3118.0837.97-
YUV116.82155.76180.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 70 (27.73% from 255) = 16.43%
BLUE value IS 166 (65.23% from 255) = 38.97%
R=44.60%
G=16.43%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907016600.630.130.253124850.98
HexBE46A603FD191383033
Octal27610624607715314706063
Binary101111101000110101001100111111110111001100111000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE46A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE46A6; }

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

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

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

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

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

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

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

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