#BE5EBE

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

Shades of Fuchsia #BE5EBE

Tints of Fuchsia #BE5EBE

Color information

#BE5EBE (or 0xBE5EBE) is unknown color: approx Fuchsia. HEX triplet: BE, 5E and BE. RGB value is (190,94,190). Sum of RGB (Red+Green+Blue) = 190+94+190=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE5EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5EBE is #41A141. Grayscale: #858585. Windows color (decimal): -4301122 or 12476094. OLE color: 12476094.

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

Color convert

RGB19094190-
CMYK00.5100.25
HSL300º42.48%55.69%-
HSV(B)300º50.53%74.51%-
XYZ34.5322.6751.27-
YUV133.65159.8168.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 94 (37.11% from 255) = 19.83%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=40.08%
G=19.83%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909419000.5100.2530042.4855.69
HexBE5EBE03301912c2a38
Octal2761362760630314545270
Binary101111101011110101111100110011011001100101100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5EBE; }

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

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

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

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

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

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

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

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