#BE42AF

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

Shades of Fuchsia #BE42AF

Tints of Fuchsia #BE42AF

Color information

#BE42AF (or 0xBE42AF) is unknown color: approx Fuchsia. HEX triplet: BE, 42 and AF. RGB value is (190,66,175). Sum of RGB (Red+Green+Blue) = 190+66+175=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE42AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE42AF is #41BD50. Grayscale: #737373. Windows color (decimal): -4308305 or 11485886. OLE color: 11485886.

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

Color convert

RGB19066175-
CMYK00.650.080.25
HSL307.26º48.82%50.2%-
HSV(B)307.26º65.26%74.51%-
XYZ30.9217.9442.39-
YUV115.5161.58181.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 66 (26.17% from 255) = 15.31%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=44.08%
G=15.31%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906617500.650.080.25307.2648.8250.2
HexBE42AF0418191333132
Octal276102257010110314636162
Binary1011111010000101010111101000001100011001100110011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE42AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE42AF; }

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

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

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

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

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

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

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

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