#BE63A6

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

Shades of Fuchsia #BE63A6

Tints of Fuchsia #BE63A6

Color information

#BE63A6 (or 0xBE63A6) is unknown color: approx Fuchsia. HEX triplet: BE, 63 and A6. RGB value is (190,99,166). Sum of RGB (Red+Green+Blue) = 190+99+166=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE63A6 is #419C59. Grayscale: #858585. Windows color (decimal): -4299866 or 10904510. OLE color: 10904510.

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

Color convert

RGB19099166-
CMYK00.480.130.25
HSL315.82º41.18%56.67%-
HSV(B)315.82º47.89%74.51%-
XYZ32.5822.6238.73-
YUV133.85146.15168.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 99 (39.06% from 255) = 21.76%
BLUE value IS 166 (65.23% from 255) = 36.48%
R=41.76%
G=21.76%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909916600.480.130.25315.8241.1856.67
HexBE63A6030D1913c2939
Octal27614324606015314745171
Binary101111101100011101001100110000110111001100111100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE63A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE63A6; }

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

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

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

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

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

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

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

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