#BE69AF

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

Shades of Fuchsia #BE69AF

Tints of Fuchsia #BE69AF

Color information

#BE69AF (or 0xBE69AF) is unknown color: approx Fuchsia. HEX triplet: BE, 69 and AF. RGB value is (190,105,175). Sum of RGB (Red+Green+Blue) = 190+105+175=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE69AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE69AF is #419650. Grayscale: #8A8A8A. Windows color (decimal): -4298321 or 11495870. OLE color: 11495870.

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

Color convert

RGB190105175-
CMYK00.450.080.25
HSL310.59º39.53%57.84%-
HSV(B)310.59º44.74%74.51%-
XYZ34.0224.1543.42-
YUV138.39148.66164.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 105 (41.41% from 255) = 22.34%
BLUE value IS 175 (68.75% from 255) = 37.23%
R=40.43%
G=22.34%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010517500.450.080.25310.5939.5357.84
HexBE69AF02D819137283a
Octal27615125705510314675072
Binary101111101101001101011110101101100011001100110111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE69AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE69AF; }

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

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

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

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

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

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

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

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