#BE63AC

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

Shades of Fuchsia #BE63AC

Tints of Fuchsia #BE63AC

Color information

#BE63AC (or 0xBE63AC) is unknown color: approx Fuchsia. HEX triplet: BE, 63 and AC. RGB value is (190,99,172). Sum of RGB (Red+Green+Blue) = 190+99+172=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE63AC is #419C53. Grayscale: #868686. Windows color (decimal): -4299860 or 11297726. OLE color: 11297726.

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

Color convert

RGB19099172-
CMYK00.480.090.25
HSL311.87º41.18%56.67%-
HSV(B)311.87º47.89%74.51%-
XYZ33.1422.8541.69-
YUV134.53149.15167.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 99 (39.06% from 255) = 21.48%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=41.21%
G=21.48%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909917200.480.090.25311.8741.1856.67
HexBE63AC0309191382939
Octal27614325406011314705171
Binary101111101100011101011000110000100111001100111000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE63AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE63AC; }

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

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

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

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

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

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

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

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