#BE63B3

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

Shades of Fuchsia #BE63B3

Tints of Fuchsia #BE63B3

Color information

#BE63B3 (or 0xBE63B3) is unknown color: approx Fuchsia. HEX triplet: BE, 63 and B3. RGB value is (190,99,179). Sum of RGB (Red+Green+Blue) = 190+99+179=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63B3 is #419C4C. Grayscale: #878787. Windows color (decimal): -4299853 or 11756478. OLE color: 11756478.

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

Color convert

RGB19099179-
CMYK00.480.060.25
HSL307.25º41.18%56.67%-
HSV(B)307.25º47.89%74.51%-
XYZ33.8323.1345.33-
YUV135.33152.65167-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 99 (39.06% from 255) = 21.15%
BLUE value IS 179 (70.31% from 255) = 38.25%
R=40.60%
G=21.15%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909917900.480.060.25307.2541.1856.67
HexBE63B30306191332939
Octal2761432630606314635171
Binary10111110110001110110011011000011011001100110011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE63B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE63B3; }

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

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

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

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

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

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

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

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