#BE6EBE

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

Shades of Fuchsia #BE6EBE

Tints of Fuchsia #BE6EBE

Color information

#BE6EBE (or 0xBE6EBE) is unknown color: approx Fuchsia. HEX triplet: BE, 6E and BE. RGB value is (190,110,190). Sum of RGB (Red+Green+Blue) = 190+110+190=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE6EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6EBE is #419141. Grayscale: #8E8E8E. Windows color (decimal): -4297026 or 12480190. OLE color: 12480190.

HSL color Cylindrical-coordinate representation of color #BE6EBE: hue angle of 300º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6EBE is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190110190-
CMYK00.4200.25
HSL300º38.1%58.82%-
HSV(B)300º42.11%74.51%-
XYZ36.1125.8251.8-
YUV143.04154.5161.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 110 (43.36% from 255) = 22.45%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=38.78%
G=22.45%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011019000.4200.2530038.158.82
HexBE6EBE02A01912c263b
Octal2761562760520314544673
Binary101111101101110101111100101010011001100101100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6EBE; }

 p { color: rgb(190,110,190); }

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

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

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

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

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

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

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