#BE66C6

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

Shades of Fuchsia #BE66C6

Tints of Fuchsia #BE66C6

Color information

#BE66C6 (or 0xBE66C6) is unknown color: approx Fuchsia. HEX triplet: BE, 66 and C6. RGB value is (190,102,198). Sum of RGB (Red+Green+Blue) = 190+102+198=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE66C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE66C6 is #419939. Grayscale: #8A8A8A. Windows color (decimal): -4299066 or 13002430. OLE color: 13002430.

HSL color Cylindrical-coordinate representation of color #BE66C6: hue angle of 295º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE66C6 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190102198-
CMYK0.040.4800.22
HSL295º45.71%58.82%-
HSV(B)295º48.48%77.65%-
XYZ36.1824.5356.25-
YUV139.26161.15164.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 102 (40.23% from 255) = 20.82%
BLUE value IS 198 (77.73% from 255) = 40.41%
R=38.78%
G=20.82%
B=40.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901021980.040.4800.2229545.7158.82
HexBE66C64300161272e3b
Octal2761463064600264475673
Binary10111110110011011000110100110000010110100100111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE66C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE66C6; }

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

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

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

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

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

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

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

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