#BE62AC

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

Shades of Fuchsia #BE62AC

Tints of Fuchsia #BE62AC

Color information

#BE62AC (or 0xBE62AC) is unknown color: approx Fuchsia. HEX triplet: BE, 62 and AC. RGB value is (190,98,172). Sum of RGB (Red+Green+Blue) = 190+98+172=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE62AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE62AC is #419D53. Grayscale: #858585. Windows color (decimal): -4300116 or 11297470. OLE color: 11297470.

HSL color Cylindrical-coordinate representation of color #BE62AC: hue angle of 311.74º 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 #BE62AC is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19098172-
CMYK00.480.090.25
HSL311.74º41.44%56.47%-
HSV(B)311.74º48.42%74.51%-
XYZ33.0522.6641.66-
YUV133.94149.48167.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 98 (38.67% from 255) = 21.30%
BLUE value IS 172 (67.58% from 255) = 37.39%
R=41.30%
G=21.30%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909817200.480.090.25311.7441.4456.47
HexBE62AC0309191382938
Octal27614225406011314705170
Binary101111101100010101011000110000100111001100111000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE62AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE62AC; }

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

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

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

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

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

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

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

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