#BE6AC2

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

Shades of Fuchsia #BE6AC2

Tints of Fuchsia #BE6AC2

Color information

#BE6AC2 (or 0xBE6AC2) is unknown color: approx Fuchsia. HEX triplet: BE, 6A and C2. RGB value is (190,106,194). Sum of RGB (Red+Green+Blue) = 190+106+194=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE6AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6AC2 is #41953D. Grayscale: #8C8C8C. Windows color (decimal): -4298046 or 12741310. OLE color: 12741310.

HSL color Cylindrical-coordinate representation of color #BE6AC2: hue angle of 297.27º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE6AC2 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190106194-
CMYK0.020.4500.24
HSL297.27º41.9%58.82%-
HSV(B)297.27º45.36%76.08%-
XYZ36.1325.1553.99-
YUV141.15157.83162.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 106 (41.80% from 255) = 21.63%
BLUE value IS 194 (76.17% from 255) = 39.59%
R=38.78%
G=21.63%
B=39.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901061940.020.4500.24297.2741.958.82
HexBE6AC222D0181292a3b
Octal2761523022550304515273
Binary1011111011010101100001010101101011000100101001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6AC2; }

 p { color: rgb(190,106,194); }

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

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

 a { background-color: rgb(190,106,194); }

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

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

 span { border-color: rgb(190,106,194); }

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