#BE54BD

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

Shades of Fuchsia #BE54BD

Tints of Fuchsia #BE54BD

Color information

#BE54BD (or 0xBE54BD) is unknown color: approx Fuchsia. HEX triplet: BE, 54 and BD. RGB value is (190,84,189). Sum of RGB (Red+Green+Blue) = 190+84+189=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE54BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE54BD is #41AB42. Grayscale: #7F7F7F. Windows color (decimal): -4303683 or 12407998. OLE color: 12407998.

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

Color convert

RGB19084189-
CMYK00.560.010.25
HSL300.57º44.92%53.73%-
HSV(B)300.57º55.79%74.51%-
XYZ33.5920.9650.42-
YUV127.66162.62172.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 84 (33.20% from 255) = 18.14%
BLUE value IS 189 (74.22% from 255) = 40.82%
R=41.04%
G=18.14%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908418900.560.010.25300.5744.9253.73
HexBE54BD03811912d2d36
Octal2761242750701314555566
Binary101111101010100101111010111000111001100101101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE54BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE54BD; }

 p { color: rgb(190,84,189); }

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

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

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

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

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

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

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