#BE61A8

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

Shades of Fuchsia #BE61A8

Tints of Fuchsia #BE61A8

Color information

#BE61A8 (or 0xBE61A8) is unknown color: approx Fuchsia. HEX triplet: BE, 61 and A8. RGB value is (190,97,168). Sum of RGB (Red+Green+Blue) = 190+97+168=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE61A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE61A8 is #419E57. Grayscale: #848484. Windows color (decimal): -4300376 or 11035070. OLE color: 11035070.

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

Color convert

RGB19097168-
CMYK00.490.120.25
HSL314.19º41.7%56.27%-
HSV(B)314.19º48.95%74.51%-
XYZ32.5822.3239.64-
YUV132.9147.81168.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 168 (66.02% from 255) = 36.92%
R=41.76%
G=21.32%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909716800.490.120.25314.1941.756.27
HexBE61A8031C1913a2a38
Octal27614125006114314725270
Binary101111101100001101010000110001110011001100111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE61A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE61A8; }

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

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

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

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

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

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

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

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