#BE47AB

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

Shades of Fuchsia #BE47AB

Tints of Fuchsia #BE47AB

Color information

#BE47AB (or 0xBE47AB) is unknown color: approx Fuchsia. HEX triplet: BE, 47 and AB. RGB value is (190,71,171). Sum of RGB (Red+Green+Blue) = 190+71+171=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE47AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE47AB is #41B854. Grayscale: #757575. Windows color (decimal): -4307029 or 11225022. OLE color: 11225022.

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

Color convert

RGB19071171-
CMYK00.630.100.25
HSL309.58º47.79%51.18%-
HSV(B)309.58º62.63%74.51%-
XYZ30.8418.3940.45-
YUV117.98157.92179.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 71 (28.12% from 255) = 16.44%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=43.98%
G=16.44%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907117100.630.100.25309.5847.7951.18
HexBE47AB03FA191363033
Octal27610725307712314666063
Binary101111101000111101010110111111101011001100110110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE47AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE47AB; }

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

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

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

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

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

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

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

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