#BE51C3

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

Shades of Fuchsia #BE51C3

Tints of Fuchsia #BE51C3

Color information

#BE51C3 (or 0xBE51C3) is unknown color: approx Fuchsia. HEX triplet: BE, 51 and C3. RGB value is (190,81,195). Sum of RGB (Red+Green+Blue) = 190+81+195=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE51C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE51C3 is #41AE3C. Grayscale: #7E7E7E. Windows color (decimal): -4304445 or 12800446. OLE color: 12800446.

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

Color convert

RGB19081195-
CMYK0.030.5800.24
HSL297.37º48.72%54.12%-
HSV(B)297.37º58.46%76.47%-
XYZ34.0320.7753.85-
YUV126.59166.61173.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 81 (32.03% from 255) = 17.38%
BLUE value IS 195 (76.56% from 255) = 41.85%
R=40.77%
G=17.38%
B=41.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190811950.030.5800.24297.3748.7254.12
HexBE51C333A0181293136
Octal2761213033720304516166
Binary1011111010100011100001111111010011000100101001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE51C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE51C3; }

 p { color: rgb(190,81,195); }

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

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

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

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

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

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

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