#BE53AB

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

Shades of Fuchsia #BE53AB

Tints of Fuchsia #BE53AB

Color information

#BE53AB (or 0xBE53AB) is unknown color: approx Fuchsia. HEX triplet: BE, 53 and AB. RGB value is (190,83,171). Sum of RGB (Red+Green+Blue) = 190+83+171=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE53AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE53AB is #41AC54. Grayscale: #7C7C7C. Windows color (decimal): -4303957 or 11228094. OLE color: 11228094.

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

Color convert

RGB19083171-
CMYK00.560.100.25
HSL310.65º45.15%53.53%-
HSV(B)310.65º56.32%74.51%-
XYZ31.6820.0740.73-
YUV125.02153.95174.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 83 (32.81% from 255) = 18.69%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=42.79%
G=18.69%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908317100.560.100.25310.6545.1553.53
HexBE53AB038A191372d36
Octal27612325307012314675566
Binary101111101010011101010110111000101011001100110111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE53AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE53AB; }

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

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

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

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

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

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

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

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