#BE5CA8

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

Shades of Fuchsia #BE5CA8

Tints of Fuchsia #BE5CA8

Color information

#BE5CA8 (or 0xBE5CA8) is unknown color: approx Fuchsia. HEX triplet: BE, 5C and A8. RGB value is (190,92,168). Sum of RGB (Red+Green+Blue) = 190+92+168=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5CA8 is #41A357. Grayscale: #818181. Windows color (decimal): -4301656 or 11033790. OLE color: 11033790.

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

Color convert

RGB19092168-
CMYK00.520.120.25
HSL313.47º42.98%55.29%-
HSV(B)313.47º51.58%74.51%-
XYZ32.1321.4339.49-
YUV129.97149.47170.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 92 (36.33% from 255) = 20.44%
BLUE value IS 168 (66.02% from 255) = 37.33%
R=42.22%
G=20.44%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909216800.520.120.25313.4742.9855.29
HexBE5CA8034C191392b37
Octal27613425006414314715367
Binary101111101011100101010000110100110011001100111001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5CA8; }

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

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

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

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

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

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

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

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