#BE61AB

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

Shades of Fuchsia #BE61AB

Tints of Fuchsia #BE61AB

Color information

#BE61AB (or 0xBE61AB) is unknown color: approx Fuchsia. HEX triplet: BE, 61 and AB. RGB value is (190,97,171). Sum of RGB (Red+Green+Blue) = 190+97+171=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE61AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE61AB is #419E54. Grayscale: #858585. Windows color (decimal): -4300373 or 11231678. OLE color: 11231678.

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

Color convert

RGB19097171-
CMYK00.490.100.25
HSL312.26º41.7%56.27%-
HSV(B)312.26º48.95%74.51%-
XYZ32.8622.4441.13-
YUV133.24149.31168.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 97 (38.28% from 255) = 21.18%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=41.48%
G=21.18%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909717100.490.100.25312.2641.756.27
HexBE61AB031A191382a38
Octal27614125306112314705270
Binary101111101100001101010110110001101011001100111000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE61AB; }

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

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

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

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

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

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

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

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