#BE50C1

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

Shades of Fuchsia #BE50C1

Tints of Fuchsia #BE50C1

Color information

#BE50C1 (or 0xBE50C1) is unknown color: approx Fuchsia. HEX triplet: BE, 50 and C1. RGB value is (190,80,193). Sum of RGB (Red+Green+Blue) = 190+80+193=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE50C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50C1 is #41AF3E. Grayscale: #7D7D7D. Windows color (decimal): -4304703 or 12669118. OLE color: 12669118.

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

Color convert

RGB19080193-
CMYK0.020.5900.24
HSL298.41º47.68%53.53%-
HSV(B)298.41º58.55%75.69%-
XYZ33.7320.5352.64-
YUV125.77165.94173.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 80 (31.64% from 255) = 17.28%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=41.04%
G=17.28%
B=41.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190801930.020.5900.24298.4147.6853.53
HexBE50C123B01812a3036
Octal2761203012730304526066
Binary1011111010100001100000110111011011000100101010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE50C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE50C1; }

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

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

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

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

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

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

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

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