#BE56BB

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

Shades of Fuchsia #BE56BB

Tints of Fuchsia #BE56BB

Color information

#BE56BB (or 0xBE56BB) is unknown color: approx Fuchsia. HEX triplet: BE, 56 and BB. RGB value is (190,86,187). Sum of RGB (Red+Green+Blue) = 190+86+187=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE56BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE56BB is #41A944. Grayscale: #808080. Windows color (decimal): -4303173 or 12277438. OLE color: 12277438.

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

Color convert

RGB19086187-
CMYK00.550.020.25
HSL301.73º44.44%54.12%-
HSV(B)301.73º54.74%74.51%-
XYZ33.5321.1949.34-
YUV128.61160.96171.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 86 (33.98% from 255) = 18.57%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=41.04%
G=18.57%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908618700.550.020.25301.7344.4454.12
HexBE56BB03721912e2c36
Octal2761262730672314565466
Binary1011111010101101011101101101111011001100101110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE56BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE56BB; }

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

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

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

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

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

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

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

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