#BE5BC7

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

Shades of Fuchsia #BE5BC7

Tints of Fuchsia #BE5BC7

Color information

#BE5BC7 (or 0xBE5BC7) is unknown color: approx Fuchsia. HEX triplet: BE, 5B and C7. RGB value is (190,91,199). Sum of RGB (Red+Green+Blue) = 190+91+199=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 91 (35.94% from 255 or 18.96% from 480); Blue value is 199 (78.12% from 255 or 41.46% from 480); Max value from RGB is 199 - color contains mainly: blue. Hex color #BE5BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5BC7 is #41A438. Grayscale: #848484. Windows color (decimal): -4301881 or 13065150. OLE color: 13065150.

HSL color Cylindrical-coordinate representation of color #BE5BC7: hue angle of 295º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE5BC7 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19091199-
CMYK0.050.5400.22
HSL295º49.09%56.86%-
HSV(B)295º54.27%78.04%-
XYZ35.2922.5556.53-
YUV132.91165.3168.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 91 (35.94% from 255) = 18.96%
BLUE value IS 199 (78.12% from 255) = 41.46%
R=39.58%
G=18.96%
B=41.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190911990.050.5400.2229549.0956.86
HexBE5BC75360161273139
Octal2761333075660264476171
Binary10111110101101111000111101110110010110100100111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5BC7; }

 p { color: rgb(190,91,199); }

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

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

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

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

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

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

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