#BE4AC7

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

Shades of Fuchsia #BE4AC7

Tints of Fuchsia #BE4AC7

Color information

#BE4AC7 (or 0xBE4AC7) is unknown color: approx Fuchsia. HEX triplet: BE, 4A and C7. RGB value is (190,74,199). Sum of RGB (Red+Green+Blue) = 190+74+199=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 199 - color contains mainly: blue. Hex color #BE4AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4AC7 is #41B538. Grayscale: #7A7A7A. Windows color (decimal): -4306233 or 13060798. OLE color: 13060798.

HSL color Cylindrical-coordinate representation of color #BE4AC7: hue angle of 295.68º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE4AC7 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19074199-
CMYK0.050.6300.22
HSL295.68º52.74%53.53%-
HSV(B)295.68º62.81%78.04%-
XYZ33.9919.9756.1-
YUV122.93170.93175.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 74 (29.30% from 255) = 15.98%
BLUE value IS 199 (78.12% from 255) = 42.98%
R=41.04%
G=15.98%
B=42.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190741990.050.6300.22295.6852.7453.53
HexBE4AC753F0161283536
Octal2761123075770264506566
Binary10111110100101011000111101111111010110100101000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4AC7; }

 p { color: rgb(190,74,199); }

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

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

 a { background-color: rgb(190,74,199); }

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

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

 span { border-color: rgb(190,74,199); }

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