#BE6ABF

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

Shades of Fuchsia #BE6ABF

Tints of Fuchsia #BE6ABF

Color information

#BE6ABF (or 0xBE6ABF) is unknown color: approx Fuchsia. HEX triplet: BE, 6A and BF. RGB value is (190,106,191). Sum of RGB (Red+Green+Blue) = 190+106+191=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE6ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ABF is #419540. Grayscale: #8C8C8C. Windows color (decimal): -4298049 or 12544702. OLE color: 12544702.

HSL color Cylindrical-coordinate representation of color #BE6ABF: hue angle of 299.29º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE6ABF is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190106191-
CMYK0.010.4500.25
HSL299.29º39.91%58.24%-
HSV(B)299.29º44.5%74.9%-
XYZ35.7925.0252.23-
YUV140.81156.33163.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 106 (41.80% from 255) = 21.77%
BLUE value IS 191 (75% from 255) = 39.22%
R=39.01%
G=21.77%
B=39.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901061910.010.4500.25299.2939.9158.24
HexBE6ABF12D01912b283a
Octal2761522771550314535072
Binary101111101101010101111111101101011001100101011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6ABF; }

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

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

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

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

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

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

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

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