#BE4FAD

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

Shades of Fuchsia #BE4FAD

Tints of Fuchsia #BE4FAD

Color information

#BE4FAD (or 0xBE4FAD) is unknown color: approx Fuchsia. HEX triplet: BE, 4F and AD. RGB value is (190,79,173). Sum of RGB (Red+Green+Blue) = 190+79+173=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4FAD is #41B052. Grayscale: #7A7A7A. Windows color (decimal): -4304979 or 11358142. OLE color: 11358142.

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

Color convert

RGB19079173-
CMYK00.580.090.25
HSL309.19º46.06%52.75%-
HSV(B)309.19º58.42%74.51%-
XYZ31.5719.5641.65-
YUV122.9156.27175.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 79 (31.25% from 255) = 17.87%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=42.99%
G=17.87%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907917300.580.090.25309.1946.0652.75
HexBE4FAD03A9191352e35
Octal27611725507211314655665
Binary101111101001111101011010111010100111001100110101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4FAD; }

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

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

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

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

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

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

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

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