#BE63AE

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

Shades of Fuchsia #BE63AE

Tints of Fuchsia #BE63AE

Color information

#BE63AE (or 0xBE63AE) is unknown color: approx Fuchsia. HEX triplet: BE, 63 and AE. RGB value is (190,99,174). Sum of RGB (Red+Green+Blue) = 190+99+174=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE63AE is #419C51. Grayscale: #868686. Windows color (decimal): -4299858 or 11428798. OLE color: 11428798.

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

Color convert

RGB19099174-
CMYK00.480.080.25
HSL310.55º41.18%56.67%-
HSV(B)310.55º47.89%74.51%-
XYZ33.3422.9342.71-
YUV134.76150.15167.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 99 (39.06% from 255) = 21.38%
BLUE value IS 174 (68.36% from 255) = 37.58%
R=41.04%
G=21.38%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909917400.480.080.25310.5541.1856.67
HexBE63AE0308191372939
Octal27614325606010314675171
Binary101111101100011101011100110000100011001100110111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE63AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE63AE; }

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

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

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

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

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

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

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

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