#BE62B4

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

Shades of Fuchsia #BE62B4

Tints of Fuchsia #BE62B4

Color information

#BE62B4 (or 0xBE62B4) is unknown color: approx Fuchsia. HEX triplet: BE, 62 and B4. RGB value is (190,98,180). Sum of RGB (Red+Green+Blue) = 190+98+180=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE62B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62B4 is #419D4B. Grayscale: #868686. Windows color (decimal): -4300108 or 11821758. OLE color: 11821758.

HSL color Cylindrical-coordinate representation of color #BE62B4: hue angle of 306.52º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE62B4 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB19098180-
CMYK00.480.050.25
HSL306.52º41.44%56.47%-
HSV(B)306.52º48.42%74.51%-
XYZ33.8422.9845.83-
YUV134.86153.48167.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 98 (38.67% from 255) = 20.94%
BLUE value IS 180 (70.70% from 255) = 38.46%
R=40.60%
G=20.94%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909818000.480.050.25306.5241.4456.47
HexBE62B40305191332938
Octal2761422640605314635170
Binary10111110110001010110100011000010111001100110011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE62B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE62B4; }

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

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

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

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

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

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

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

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