#BE5BC1

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

Shades of Fuchsia #BE5BC1

Tints of Fuchsia #BE5BC1

Color information

#BE5BC1 (or 0xBE5BC1) is unknown color: approx Fuchsia. HEX triplet: BE, 5B and C1. RGB value is (190,91,193). Sum of RGB (Red+Green+Blue) = 190+91+193=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE5BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5BC1 is #41A43E. Grayscale: #838383. Windows color (decimal): -4301887 or 12671934. OLE color: 12671934.

HSL color Cylindrical-coordinate representation of color #BE5BC1: hue angle of 298.24º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE5BC1 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19091193-
CMYK0.020.5300.24
HSL298.24º45.13%55.69%-
HSV(B)298.24º52.85%75.69%-
XYZ34.622.2852.93-
YUV132.23162.3169.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 91 (35.94% from 255) = 19.20%
BLUE value IS 193 (75.78% from 255) = 40.72%
R=40.08%
G=19.20%
B=40.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190911930.020.5300.24298.2445.1355.69
HexBE5BC123501812a2d38
Octal2761333012650304525570
Binary1011111010110111100000110110101011000100101010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5BC1; }

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

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

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

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

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

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

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

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