#BE63BC

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

Shades of Fuchsia #BE63BC

Tints of Fuchsia #BE63BC

Color information

#BE63BC (or 0xBE63BC) is unknown color: approx Fuchsia. HEX triplet: BE, 63 and BC. RGB value is (190,99,188). Sum of RGB (Red+Green+Blue) = 190+99+188=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63BC is #419C43. Grayscale: #888888. Windows color (decimal): -4299844 or 12346302. OLE color: 12346302.

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

Color convert

RGB19099188-
CMYK00.480.010.25
HSL301.32º41.18%56.67%-
HSV(B)301.32º47.89%74.51%-
XYZ34.7723.550.28-
YUV136.36157.15166.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 99 (39.06% from 255) = 20.75%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=39.83%
G=20.75%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909918800.480.010.25301.3241.1856.67
HexBE63BC03011912d2939
Octal2761432740601314555171
Binary101111101100011101111000110000111001100101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE63BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE63BC; }

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

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

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

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

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

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

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

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