#BE57BB

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

Shades of Fuchsia #BE57BB

Tints of Fuchsia #BE57BB

Color information

#BE57BB (or 0xBE57BB) is unknown color: approx Fuchsia. HEX triplet: BE, 57 and BB. RGB value is (190,87,187). Sum of RGB (Red+Green+Blue) = 190+87+187=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE57BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE57BB is #41A844. Grayscale: #808080. Windows color (decimal): -4302917 or 12277694. OLE color: 12277694.

HSL color Cylindrical-coordinate representation of color #BE57BB: hue angle of 301.75º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE57BB is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19087187-
CMYK00.540.020.25
HSL301.75º44.21%54.31%-
HSV(B)301.75º54.21%74.51%-
XYZ33.6121.3549.36-
YUV129.2160.62171.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 87 (34.38% from 255) = 18.75%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=40.95%
G=18.75%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908718700.540.020.25301.7544.2154.31
HexBE57BB03621912e2c36
Octal2761272730662314565466
Binary1011111010101111011101101101101011001100101110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE57BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE57BB; }

 p { color: rgb(190,87,187); }

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

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

 a { background-color: rgb(190,87,187); }

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

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

 span { border-color: rgb(190,87,187); }

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