#BE6AC7

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

Shades of Fuchsia #BE6AC7

Tints of Fuchsia #BE6AC7

Color information

#BE6AC7 (or 0xBE6AC7) is unknown color: approx Fuchsia. HEX triplet: BE, 6A and C7. RGB value is (190,106,199). Sum of RGB (Red+Green+Blue) = 190+106+199=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 199 - color contains mainly: blue. Hex color #BE6AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6AC7 is #419538. Grayscale: #8D8D8D. Windows color (decimal): -4298041 or 13068990. OLE color: 13068990.

HSL color Cylindrical-coordinate representation of color #BE6AC7: hue angle of 294.19º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE6AC7 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190106199-
CMYK0.050.4700.22
HSL294.19º45.37%59.8%-
HSV(B)294.19º46.73%78.04%-
XYZ36.725.3857-
YUV141.72160.33162.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 106 (41.80% from 255) = 21.41%
BLUE value IS 199 (78.12% from 255) = 40.20%
R=38.38%
G=21.41%
B=40.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901061990.050.4700.22294.1945.3759.8
HexBE6AC752F0161262d3c
Octal2761523075570264465574
Binary10111110110101011000111101101111010110100100110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6AC7; }

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

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

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

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

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

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

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

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