#BE5CA9

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

Shades of Fuchsia #BE5CA9

Tints of Fuchsia #BE5CA9

Color information

#BE5CA9 (or 0xBE5CA9) is unknown color: approx Fuchsia. HEX triplet: BE, 5C and A9. RGB value is (190,92,169). Sum of RGB (Red+Green+Blue) = 190+92+169=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5CA9 is #41A356. Grayscale: #818181. Windows color (decimal): -4301655 or 11099326. OLE color: 11099326.

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

Color convert

RGB19092169-
CMYK00.520.110.25
HSL312.86º42.98%55.29%-
HSV(B)312.86º51.58%74.51%-
XYZ32.2221.4739.98-
YUV130.08149.97170.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 92 (36.33% from 255) = 20.40%
BLUE value IS 169 (66.41% from 255) = 37.47%
R=42.13%
G=20.40%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909216900.520.110.25312.8642.9855.29
HexBE5CA9034B191392b37
Octal27613425106413314715367
Binary101111101011100101010010110100101111001100111001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5CA9; }

 p { color: rgb(190,92,169); }

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

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

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

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

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

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

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