#BE40AF

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

Shades of Fuchsia #BE40AF

Tints of Fuchsia #BE40AF

Color information

#BE40AF (or 0xBE40AF) is unknown color: approx Fuchsia. HEX triplet: BE, 40 and AF. RGB value is (190,64,175). Sum of RGB (Red+Green+Blue) = 190+64+175=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE40AF is #41BF50. Grayscale: #727272. Windows color (decimal): -4308817 or 11485374. OLE color: 11485374.

HSL color Cylindrical-coordinate representation of color #BE40AF: hue angle of 307.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE40AF is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB19064175-
CMYK00.660.080.25
HSL307.14º49.61%49.8%-
HSV(B)307.14º66.32%74.51%-
XYZ30.8117.7142.35-
YUV114.33162.24181.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 64 (25.39% from 255) = 14.92%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=44.29%
G=14.92%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906417500.660.080.25307.1449.6149.8
HexBE40AF0428191333232
Octal276100257010210314636262
Binary1011111010000001010111101000010100011001100110011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE40AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE40AF; }

 p { color: rgb(190,64,175); }

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

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

 a { background-color: rgb(190,64,175); }

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

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

 span { border-color: rgb(190,64,175); }

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