#BE55AD

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

Shades of Fuchsia #BE55AD

Tints of Fuchsia #BE55AD

Color information

#BE55AD (or 0xBE55AD) is unknown color: approx Fuchsia. HEX triplet: BE, 55 and AD. RGB value is (190,85,173). Sum of RGB (Red+Green+Blue) = 190+85+173=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE55AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE55AD is #41AA52. Grayscale: #7E7E7E. Windows color (decimal): -4303443 or 11359678. OLE color: 11359678.

HSL color Cylindrical-coordinate representation of color #BE55AD: hue angle of 309.71º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE55AD is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19085173-
CMYK00.550.090.25
HSL309.71º44.68%53.92%-
HSV(B)309.71º55.26%74.51%-
XYZ32.0320.4641.8-
YUV126.43154.29173.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 85 (33.59% from 255) = 18.97%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=42.41%
G=18.97%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908517300.550.090.25309.7144.6853.92
HexBE55AD0379191362d36
Octal27612525506711314665566
Binary101111101010101101011010110111100111001100110110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE55AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE55AD; }

 p { color: rgb(190,85,173); }

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

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

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

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

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

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

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