#BE4AC6

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

Shades of Fuchsia #BE4AC6

Tints of Fuchsia #BE4AC6

Color information

#BE4AC6 (or 0xBE4AC6) is unknown color: approx Fuchsia. HEX triplet: BE, 4A and C6. RGB value is (190,74,198). Sum of RGB (Red+Green+Blue) = 190+74+198=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE4AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4AC6 is #41B539. Grayscale: #7A7A7A. Windows color (decimal): -4306234 or 12995262. OLE color: 12995262.

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

Color convert

RGB19074198-
CMYK0.040.6300.22
HSL296.13º52.1%53.33%-
HSV(B)296.13º62.63%77.65%-
XYZ33.8819.9255.49-
YUV122.82170.43175.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 74 (29.30% from 255) = 16.02%
BLUE value IS 198 (77.73% from 255) = 42.86%
R=41.13%
G=16.02%
B=42.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190741980.040.6300.22296.1352.153.33
HexBE4AC643F0161283435
Octal2761123064770264506465
Binary10111110100101011000110100111111010110100101000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4AC6; }

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

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

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

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

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

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

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

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