#BE4BA9

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

Shades of Fuchsia #BE4BA9

Tints of Fuchsia #BE4BA9

Color information

#BE4BA9 (or 0xBE4BA9) is unknown color: approx Fuchsia. HEX triplet: BE, 4B and A9. RGB value is (190,75,169). Sum of RGB (Red+Green+Blue) = 190+75+169=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 169 (66.41% from 255 or 38.94% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4BA9 is #41B456. Grayscale: #777777. Windows color (decimal): -4306007 or 11094974. OLE color: 11094974.

HSL color Cylindrical-coordinate representation of color #BE4BA9: hue angle of 310.96º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4BA9 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB19075169-
CMYK00.610.110.25
HSL310.96º46.94%51.96%-
HSV(B)310.96º60.53%74.51%-
XYZ30.9118.8439.54-
YUV120.1155.6177.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 75 (29.69% from 255) = 17.28%
BLUE value IS 169 (66.41% from 255) = 38.94%
R=43.78%
G=17.28%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907516900.610.110.25310.9646.9451.96
HexBE4BA903DB191372f34
Octal27611325107513314675764
Binary101111101001011101010010111101101111001100110111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4BA9; }

 p { color: rgb(190,75,169); }

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

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

 a { background-color: rgb(190,75,169); }

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

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

 span { border-color: rgb(190,75,169); }

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