#BE5BAA

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

Shades of Fuchsia #BE5BAA

Tints of Fuchsia #BE5BAA

Color information

#BE5BAA (or 0xBE5BAA) is unknown color: approx Fuchsia. HEX triplet: BE, 5B and AA. RGB value is (190,91,170). Sum of RGB (Red+Green+Blue) = 190+91+170=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5BAA is #41A455. Grayscale: #818181. Windows color (decimal): -4301910 or 11164606. OLE color: 11164606.

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

Color convert

RGB19091170-
CMYK00.520.110.25
HSL312.12º43.23%55.1%-
HSV(B)312.12º52.11%74.51%-
XYZ32.2321.3340.45-
YUV129.61150.8171.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 91 (35.94% from 255) = 20.18%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=42.13%
G=20.18%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909117000.520.110.25312.1243.2355.1
HexBE5BAA034B191382b37
Octal27613325206413314705367
Binary101111101011011101010100110100101111001100111000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5BAA; }

 p { color: rgb(190,91,170); }

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

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

 a { background-color: rgb(190,91,170); }

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

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

 span { border-color: rgb(190,91,170); }

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