#BE66B4

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

Shades of Fuchsia #BE66B4

Tints of Fuchsia #BE66B4

Color information

#BE66B4 (or 0xBE66B4) is unknown color: approx Fuchsia. HEX triplet: BE, 66 and B4. RGB value is (190,102,180). Sum of RGB (Red+Green+Blue) = 190+102+180=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE66B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE66B4 is #41994B. Grayscale: #888888. Windows color (decimal): -4299084 or 11822782. OLE color: 11822782.

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

Color convert

RGB190102180-
CMYK00.460.050.25
HSL306.82º40.37%57.25%-
HSV(B)306.82º46.32%74.51%-
XYZ34.2223.7545.96-
YUV137.2152.15165.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 102 (40.23% from 255) = 21.61%
BLUE value IS 180 (70.70% from 255) = 38.14%
R=40.25%
G=21.61%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010218000.460.050.25306.8240.3757.25
HexBE66B402E5191332839
Octal2761462640565314635071
Binary10111110110011010110100010111010111001100110011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE66B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE66B4; }

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

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

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

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

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

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

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

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