#BE61AF

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

Shades of Fuchsia #BE61AF

Tints of Fuchsia #BE61AF

Color information

#BE61AF (or 0xBE61AF) is unknown color: approx Fuchsia. HEX triplet: BE, 61 and AF. RGB value is (190,97,175). Sum of RGB (Red+Green+Blue) = 190+97+175=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE61AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE61AF is #419E50. Grayscale: #858585. Windows color (decimal): -4300369 or 11493822. OLE color: 11493822.

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

Color convert

RGB19097175-
CMYK00.490.080.25
HSL309.68º41.7%56.27%-
HSV(B)309.68º48.95%74.51%-
XYZ33.2522.5943.17-
YUV133.7151.31168.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 97 (38.28% from 255) = 21.00%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=41.13%
G=21.00%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909717500.490.080.25309.6841.756.27
HexBE61AF0318191362a38
Octal27614125706110314665270
Binary101111101100001101011110110001100011001100110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE61AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE61AF; }

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

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

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

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

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

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

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

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