#BE63C4

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

Shades of Fuchsia #BE63C4

Tints of Fuchsia #BE63C4

Color information

#BE63C4 (or 0xBE63C4) is unknown color: approx Fuchsia. HEX triplet: BE, 63 and C4. RGB value is (190,99,196). Sum of RGB (Red+Green+Blue) = 190+99+196=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE63C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63C4 is #419C3B. Grayscale: #888888. Windows color (decimal): -4299836 or 12870590. OLE color: 12870590.

HSL color Cylindrical-coordinate representation of color #BE63C4: hue angle of 296.29º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE63C4 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19099196-
CMYK0.030.4900.23
HSL296.29º45.12%57.84%-
HSV(B)296.29º49.49%76.86%-
XYZ35.6623.8654.95-
YUV137.27161.15165.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 99 (39.06% from 255) = 20.41%
BLUE value IS 196 (76.95% from 255) = 40.41%
R=39.18%
G=20.41%
B=40.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190991960.030.4900.23296.2945.1257.84
HexBE63C43310171282d3a
Octal2761433043610274505572
Binary1011111011000111100010011110001010111100101000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE63C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE63C4; }

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

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

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

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

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

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

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

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