#BE4ACA

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

Shades of Fuchsia #BE4ACA

Tints of Fuchsia #BE4ACA

Color information

#BE4ACA (or 0xBE4ACA) is unknown color: approx Fuchsia. HEX triplet: BE, 4A and CA. RGB value is (190,74,202). Sum of RGB (Red+Green+Blue) = 190+74+202=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE4ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4ACA is #41B535. Grayscale: #7A7A7A. Windows color (decimal): -4306230 or 13257406. OLE color: 13257406.

HSL color Cylindrical-coordinate representation of color #BE4ACA: hue angle of 294.38º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE4ACA is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19074202-
CMYK0.060.6300.21
HSL294.38º54.7%54.12%-
HSV(B)294.38º63.37%79.22%-
XYZ34.3420.1157.95-
YUV123.28172.43175.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 74 (29.30% from 255) = 15.88%
BLUE value IS 202 (79.30% from 255) = 43.35%
R=40.77%
G=15.88%
B=43.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190742020.060.6300.21294.3854.754.12
HexBE4ACA63F0151263736
Octal2761123126770254466766
Binary10111110100101011001010110111111010101100100110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4ACA; }

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

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

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

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

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

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

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

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