#BE62C1

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

Shades of Fuchsia #BE62C1

Tints of Fuchsia #BE62C1

Color information

#BE62C1 (or 0xBE62C1) is unknown color: approx Fuchsia. HEX triplet: BE, 62 and C1. RGB value is (190,98,193). Sum of RGB (Red+Green+Blue) = 190+98+193=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE62C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62C1 is #419D3E. Grayscale: #888888. Windows color (decimal): -4300095 or 12673726. OLE color: 12673726.

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

Color convert

RGB19098193-
CMYK0.020.4900.24
HSL298.11º43.38%57.06%-
HSV(B)298.11º49.22%75.69%-
XYZ35.2323.5353.14-
YUV136.34159.98166.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 98 (38.67% from 255) = 20.37%
BLUE value IS 193 (75.78% from 255) = 40.12%
R=39.50%
G=20.37%
B=40.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190981930.020.4900.24298.1143.3857.06
HexBE62C123101812a2b39
Octal2761423012610304525371
Binary1011111011000101100000110110001011000100101010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE62C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE62C1; }

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

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

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

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

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

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

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

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