#BE62AB

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

Shades of Fuchsia #BE62AB

Tints of Fuchsia #BE62AB

Color information

#BE62AB (or 0xBE62AB) is unknown color: approx Fuchsia. HEX triplet: BE, 62 and AB. RGB value is (190,98,171). Sum of RGB (Red+Green+Blue) = 190+98+171=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE62AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE62AB is #419D54. Grayscale: #858585. Windows color (decimal): -4300117 or 11231934. OLE color: 11231934.

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

Color convert

RGB19098171-
CMYK00.480.100.25
HSL312.39º41.44%56.47%-
HSV(B)312.39º48.42%74.51%-
XYZ32.9522.6241.16-
YUV133.83148.98168.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 98 (38.67% from 255) = 21.35%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=41.39%
G=21.35%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909817100.480.100.25312.3941.4456.47
HexBE62AB030A191382938
Octal27614225306012314705170
Binary101111101100010101010110110000101011001100111000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE62AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE62AB; }

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

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

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

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

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

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

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

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