#BE66BD

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

Shades of Fuchsia #BE66BD

Tints of Fuchsia #BE66BD

Color information

#BE66BD (or 0xBE66BD) is unknown color: approx Fuchsia. HEX triplet: BE, 66 and BD. RGB value is (190,102,189). Sum of RGB (Red+Green+Blue) = 190+102+189=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE66BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE66BD is #419942. Grayscale: #898989. Windows color (decimal): -4299075 or 12412606. OLE color: 12412606.

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

Color convert

RGB190102189-
CMYK00.460.010.25
HSL300.68º40.37%57.25%-
HSV(B)300.68º46.32%74.51%-
XYZ35.1724.1250.95-
YUV138.23156.65164.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 102 (40.23% from 255) = 21.21%
BLUE value IS 189 (74.22% from 255) = 39.29%
R=39.50%
G=21.21%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010218900.460.010.25300.6840.3757.25
HexBE66BD02E11912d2839
Octal2761462750561314555071
Binary101111101100110101111010101110111001100101101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE66BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE66BD; }

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

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

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

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

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

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

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

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