#BE66B2

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

Shades of Fuchsia #BE66B2

Tints of Fuchsia #BE66B2

Color information

#BE66B2 (or 0xBE66B2) is unknown color: approx Fuchsia. HEX triplet: BE, 66 and B2. RGB value is (190,102,178). Sum of RGB (Red+Green+Blue) = 190+102+178=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE66B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE66B2 is #41994D. Grayscale: #888888. Windows color (decimal): -4299086 or 11691710. OLE color: 11691710.

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

Color convert

RGB190102178-
CMYK00.460.060.25
HSL308.18º40.37%57.25%-
HSV(B)308.18º46.32%74.51%-
XYZ34.0223.6644.89-
YUV136.98151.15165.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 102 (40.23% from 255) = 21.70%
BLUE value IS 178 (69.92% from 255) = 37.87%
R=40.43%
G=21.70%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010217800.460.060.25308.1840.3757.25
HexBE66B202E6191342839
Octal2761462620566314645071
Binary10111110110011010110010010111011011001100110100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE66B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE66B2; }

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

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

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

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

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

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

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

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