#BE5ABD

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

Shades of Fuchsia #BE5ABD

Tints of Fuchsia #BE5ABD

Color information

#BE5ABD (or 0xBE5ABD) is unknown color: approx Fuchsia. HEX triplet: BE, 5A and BD. RGB value is (190,90,189). Sum of RGB (Red+Green+Blue) = 190+90+189=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5ABD is #41A542. Grayscale: #828282. Windows color (decimal): -4302147 or 12409534. OLE color: 12409534.

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

Color convert

RGB19090189-
CMYK00.530.010.25
HSL300.6º43.48%54.9%-
HSV(B)300.6º52.63%74.51%-
XYZ34.0821.9350.58-
YUV131.19160.63169.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 90 (35.55% from 255) = 19.19%
BLUE value IS 189 (74.22% from 255) = 40.30%
R=40.51%
G=19.19%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909018900.530.010.25300.643.4854.9
HexBE5ABD03511912d2b37
Octal2761322750651314555367
Binary101111101011010101111010110101111001100101101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5ABD; }

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

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

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

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

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

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

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

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