#BE53BA

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

Shades of Fuchsia #BE53BA

Tints of Fuchsia #BE53BA

Color information

#BE53BA (or 0xBE53BA) is unknown color: approx Fuchsia. HEX triplet: BE, 53 and BA. RGB value is (190,83,186). Sum of RGB (Red+Green+Blue) = 190+83+186=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE53BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE53BA is #41AC45. Grayscale: #7E7E7E. Windows color (decimal): -4303942 or 12211134. OLE color: 12211134.

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

Color convert

RGB19083186-
CMYK00.560.020.25
HSL302.24º45.15%53.53%-
HSV(B)302.24º56.32%74.51%-
XYZ33.1920.6848.7-
YUV126.73161.45173.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 83 (32.81% from 255) = 18.08%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=41.39%
G=18.08%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908318600.560.020.25302.2445.1553.53
HexBE53BA03821912e2d36
Octal2761232720702314565566
Binary1011111010100111011101001110001011001100101110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE53BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE53BA; }

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

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

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

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

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

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

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

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