#BE60A6

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

Shades of Fuchsia #BE60A6

Tints of Fuchsia #BE60A6

Color information

#BE60A6 (or 0xBE60A6) is unknown color: approx Fuchsia. HEX triplet: BE, 60 and A6. RGB value is (190,96,166). Sum of RGB (Red+Green+Blue) = 190+96+166=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE60A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE60A6 is #419F59. Grayscale: #838383. Windows color (decimal): -4300634 or 10903742. OLE color: 10903742.

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

Color convert

RGB19096166-
CMYK00.490.130.25
HSL315.32º41.96%56.08%-
HSV(B)315.32º49.47%74.51%-
XYZ32.322.0738.63-
YUV132.09147.14169.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 96 (37.89% from 255) = 21.24%
BLUE value IS 166 (65.23% from 255) = 36.73%
R=42.04%
G=21.24%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909616600.490.130.25315.3241.9656.08
HexBE60A6031D1913b2a38
Octal27614024606115314735270
Binary101111101100000101001100110001110111001100111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE60A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE60A6; }

 p { color: rgb(190,96,166); }

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

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

 a { background-color: rgb(190,96,166); }

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

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

 span { border-color: rgb(190,96,166); }

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