#BE53AF

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

Shades of Fuchsia #BE53AF

Tints of Fuchsia #BE53AF

Color information

#BE53AF (or 0xBE53AF) is unknown color: approx Fuchsia. HEX triplet: BE, 53 and AF. RGB value is (190,83,175). Sum of RGB (Red+Green+Blue) = 190+83+175=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE53AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE53AF is #41AC50. Grayscale: #7D7D7D. Windows color (decimal): -4303953 or 11490238. OLE color: 11490238.

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

Color convert

RGB19083175-
CMYK00.560.080.25
HSL308.41º45.15%53.53%-
HSV(B)308.41º56.32%74.51%-
XYZ32.0720.2342.77-
YUV125.48155.95174.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 83 (32.81% from 255) = 18.53%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=42.41%
G=18.53%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908317500.560.080.25308.4145.1553.53
HexBE53AF0388191342d36
Octal27612325707010314645566
Binary101111101010011101011110111000100011001100110100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE53AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE53AF; }

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

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

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

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

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

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

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

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