#BE63C2

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

Shades of Fuchsia #BE63C2

Tints of Fuchsia #BE63C2

Color information

#BE63C2 (or 0xBE63C2) is unknown color: approx Fuchsia. HEX triplet: BE, 63 and C2. RGB value is (190,99,194). Sum of RGB (Red+Green+Blue) = 190+99+194=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE63C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63C2 is #419C3D. Grayscale: #888888. Windows color (decimal): -4299838 or 12739518. OLE color: 12739518.

HSL color Cylindrical-coordinate representation of color #BE63C2: hue angle of 297.47º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE63C2 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19099194-
CMYK0.020.4900.24
HSL297.47º43.78%57.45%-
HSV(B)297.47º48.97%76.08%-
XYZ35.4323.7753.76-
YUV137.04160.15165.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 99 (39.06% from 255) = 20.50%
BLUE value IS 194 (76.17% from 255) = 40.17%
R=39.34%
G=20.50%
B=40.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190991940.020.4900.24297.4743.7857.45
HexBE63C22310181292c39
Octal2761433022610304515471
Binary1011111011000111100001010110001011000100101001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE63C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE63C2; }

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

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

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

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

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

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

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

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