#BE53BE

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

Shades of Fuchsia #BE53BE

Tints of Fuchsia #BE53BE

Color information

#BE53BE (or 0xBE53BE) is unknown color: approx Fuchsia. HEX triplet: BE, 53 and BE. RGB value is (190,83,190). Sum of RGB (Red+Green+Blue) = 190+83+190=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE53BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE53BE is #41AC41. Grayscale: #7E7E7E. Windows color (decimal): -4303938 or 12473278. OLE color: 12473278.

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

Color convert

RGB19083190-
CMYK00.5600.25
HSL300º45.15%53.53%-
HSV(B)300º56.32%74.51%-
XYZ33.6220.8550.97-
YUV127.19163.45172.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 83 (32.81% from 255) = 17.93%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=41.04%
G=17.93%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908319000.5600.2530045.1553.53
HexBE53BE03801912c2d36
Octal2761232760700314545566
Binary101111101010011101111100111000011001100101100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE53BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE53BE; }

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

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

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

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

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

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

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

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