#BE5AB3

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

Shades of Fuchsia #BE5AB3

Tints of Fuchsia #BE5AB3

Color information

#BE5AB3 (or 0xBE5AB3) is unknown color: approx Fuchsia. HEX triplet: BE, 5A and B3. RGB value is (190,90,179). Sum of RGB (Red+Green+Blue) = 190+90+179=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5AB3 is #41A54C. Grayscale: #818181. Windows color (decimal): -4302157 or 11754174. OLE color: 11754174.

HSL color Cylindrical-coordinate representation of color #BE5AB3: hue angle of 306.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE5AB3 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB19090179-
CMYK00.530.060.25
HSL306.6º43.48%54.9%-
HSV(B)306.6º52.63%74.51%-
XYZ33.0321.5145.06-
YUV130.05155.63170.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 90 (35.55% from 255) = 19.61%
BLUE value IS 179 (70.31% from 255) = 39.00%
R=41.39%
G=19.61%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909017900.530.060.25306.643.4854.9
HexBE5AB30356191332b37
Octal2761322630656314635367
Binary10111110101101010110011011010111011001100110011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5AB3; }

 p { color: rgb(190,90,179); }

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

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

 a { background-color: rgb(190,90,179); }

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

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

 span { border-color: rgb(190,90,179); }

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