#BE61AC

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

Shades of Fuchsia #BE61AC

Tints of Fuchsia #BE61AC

Color information

#BE61AC (or 0xBE61AC) is unknown color: approx Fuchsia. HEX triplet: BE, 61 and AC. RGB value is (190,97,172). Sum of RGB (Red+Green+Blue) = 190+97+172=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE61AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE61AC is #419E53. Grayscale: #858585. Windows color (decimal): -4300372 or 11297214. OLE color: 11297214.

HSL color Cylindrical-coordinate representation of color #BE61AC: hue angle of 311.61º 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 #BE61AC is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19097172-
CMYK00.490.090.25
HSL311.61º41.7%56.27%-
HSV(B)311.61º48.95%74.51%-
XYZ32.9622.4841.63-
YUV133.36149.81168.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 97 (38.28% from 255) = 21.13%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=41.39%
G=21.13%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909717200.490.090.25311.6141.756.27
HexBE61AC0319191382a38
Octal27614125406111314705270
Binary101111101100001101011000110001100111001100111000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE61AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE61AC; }

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

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

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

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

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

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

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

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