#BE63B8

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

Shades of Fuchsia #BE63B8

Tints of Fuchsia #BE63B8

Color information

#BE63B8 (or 0xBE63B8) is unknown color: approx Fuchsia. HEX triplet: BE, 63 and B8. RGB value is (190,99,184). Sum of RGB (Red+Green+Blue) = 190+99+184=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63B8 is #419C47. Grayscale: #878787. Windows color (decimal): -4299848 or 12084158. OLE color: 12084158.

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

Color convert

RGB19099184-
CMYK00.480.030.25
HSL303.96º41.18%56.67%-
HSV(B)303.96º47.89%74.51%-
XYZ34.3523.3348.04-
YUV135.9155.15166.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 99 (39.06% from 255) = 20.93%
BLUE value IS 184 (72.27% from 255) = 38.90%
R=40.17%
G=20.93%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909918400.480.030.25303.9641.1856.67
HexBE63B80303191302939
Octal2761432700603314605171
Binary1011111011000111011100001100001111001100110000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE63B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE63B8; }

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

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

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

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

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

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

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

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