#BE66B5

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

Shades of Fuchsia #BE66B5

Tints of Fuchsia #BE66B5

Color information

#BE66B5 (or 0xBE66B5) is unknown color: approx Fuchsia. HEX triplet: BE, 66 and B5. RGB value is (190,102,181). Sum of RGB (Red+Green+Blue) = 190+102+181=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE66B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE66B5 is #41994A. Grayscale: #898989. Windows color (decimal): -4299083 or 11888318. OLE color: 11888318.

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

Color convert

RGB190102181-
CMYK00.460.050.25
HSL306.14º40.37%57.25%-
HSV(B)306.14º46.32%74.51%-
XYZ34.3323.7946.5-
YUV137.32152.65165.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 102 (40.23% from 255) = 21.56%
BLUE value IS 181 (71.09% from 255) = 38.27%
R=40.17%
G=21.56%
B=38.27%

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
Decimal19010218100.460.050.25306.1440.3757.25
HexBE66B502E5191322839
Octal2761462650565314625071
Binary10111110110011010110101010111010111001100110010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE66B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE66B5; }

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

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

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

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

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

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

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

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