#BE66BA

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

Shades of Fuchsia #BE66BA

Tints of Fuchsia #BE66BA

Color information

#BE66BA (or 0xBE66BA) is unknown color: approx Fuchsia. HEX triplet: BE, 66 and BA. RGB value is (190,102,186). Sum of RGB (Red+Green+Blue) = 190+102+186=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE66BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE66BA is #419945. Grayscale: #898989. Windows color (decimal): -4299078 or 12215998. OLE color: 12215998.

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

Color convert

RGB190102186-
CMYK00.460.020.25
HSL302.73º40.37%57.25%-
HSV(B)302.73º46.32%74.51%-
XYZ34.852449.25-
YUV137.89155.15165.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 102 (40.23% from 255) = 21.34%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=39.75%
G=21.34%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010218600.460.020.25302.7340.3757.25
HexBE66BA02E21912f2839
Octal2761462720562314575071
Binary1011111011001101011101001011101011001100101111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE66BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE66BA; }

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

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

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

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

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

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

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

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