#BE53AA

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

Shades of Fuchsia #BE53AA

Tints of Fuchsia #BE53AA

Color information

#BE53AA (or 0xBE53AA) is unknown color: approx Fuchsia. HEX triplet: BE, 53 and AA. RGB value is (190,83,170). Sum of RGB (Red+Green+Blue) = 190+83+170=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE53AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE53AA is #41AC55. Grayscale: #7C7C7C. Windows color (decimal): -4303958 or 11162558. OLE color: 11162558.

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

Color convert

RGB19083170-
CMYK00.560.110.25
HSL311.21º45.15%53.53%-
HSV(B)311.21º56.32%74.51%-
XYZ31.5820.0440.23-
YUV124.91153.45174.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 83 (32.81% from 255) = 18.74%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=42.89%
G=18.74%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908317000.560.110.25311.2145.1553.53
HexBE53AA038B191372d36
Octal27612325207013314675566
Binary101111101010011101010100111000101111001100110111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE53AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE53AA; }

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

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

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

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

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

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

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

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