#BE53AC

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

Shades of Fuchsia #BE53AC

Tints of Fuchsia #BE53AC

Color information

#BE53AC (or 0xBE53AC) is unknown color: approx Fuchsia. HEX triplet: BE, 53 and AC. RGB value is (190,83,172). Sum of RGB (Red+Green+Blue) = 190+83+172=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE53AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE53AC is #41AC53. Grayscale: #7C7C7C. Windows color (decimal): -4303956 or 11293630. OLE color: 11293630.

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

Color convert

RGB19083172-
CMYK00.560.090.25
HSL310.09º45.15%53.53%-
HSV(B)310.09º56.32%74.51%-
XYZ31.7720.1141.24-
YUV125.14154.45174.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 83 (32.81% from 255) = 18.65%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=42.70%
G=18.65%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908317200.560.090.25310.0945.1553.53
HexBE53AC0389191362d36
Octal27612325407011314665566
Binary101111101010011101011000111000100111001100110110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE53AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE53AC; }

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

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

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

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

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

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

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

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