#BE69AC

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

Shades of Fuchsia #BE69AC

Tints of Fuchsia #BE69AC

Color information

#BE69AC (or 0xBE69AC) is unknown color: approx Fuchsia. HEX triplet: BE, 69 and AC. RGB value is (190,105,172). Sum of RGB (Red+Green+Blue) = 190+105+172=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE69AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE69AC is #419653. Grayscale: #898989. Windows color (decimal): -4298324 or 11299262. OLE color: 11299262.

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

Color convert

RGB190105172-
CMYK00.450.090.25
HSL312.71º39.53%57.84%-
HSV(B)312.71º44.74%74.51%-
XYZ33.7324.0341.89-
YUV138.05147.16165.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 105 (41.41% from 255) = 22.48%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=40.69%
G=22.48%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010517200.450.090.25312.7139.5357.84
HexBE69AC02D919139283a
Octal27615125405511314715072
Binary101111101101001101011000101101100111001100111001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE69AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE69AC; }

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

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

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

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

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

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

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

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