#BE66AD

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

Shades of Fuchsia #BE66AD

Tints of Fuchsia #BE66AD

Color information

#BE66AD (or 0xBE66AD) is unknown color: approx Fuchsia. HEX triplet: BE, 66 and AD. RGB value is (190,102,173). Sum of RGB (Red+Green+Blue) = 190+102+173=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE66AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE66AD is #419952. Grayscale: #888888. Windows color (decimal): -4299091 or 11364030. OLE color: 11364030.

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

Color convert

RGB190102173-
CMYK00.460.090.25
HSL311.59º40.37%57.25%-
HSV(B)311.59º46.32%74.51%-
XYZ33.5323.4742.3-
YUV136.41148.65166.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 102 (40.23% from 255) = 21.94%
BLUE value IS 173 (67.97% from 255) = 37.20%
R=40.86%
G=21.94%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010217300.460.090.25311.5940.3757.25
HexBE66AD02E9191382839
Octal27614625505611314705071
Binary101111101100110101011010101110100111001100111000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE66AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE66AD; }

 p { color: rgb(190,102,173); }

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

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

 a { background-color: rgb(190,102,173); }

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

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

 span { border-color: rgb(190,102,173); }

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