#BE58B1

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

Shades of Fuchsia #BE58B1

Tints of Fuchsia #BE58B1

Color information

#BE58B1 (or 0xBE58B1) is unknown color: approx Fuchsia. HEX triplet: BE, 58 and B1. RGB value is (190,88,177). Sum of RGB (Red+Green+Blue) = 190+88+177=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE58B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE58B1 is #41A74E. Grayscale: #808080. Windows color (decimal): -4302671 or 11622590. OLE color: 11622590.

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

Color convert

RGB19088177-
CMYK00.540.070.25
HSL307.65º43.97%54.51%-
HSV(B)307.65º53.68%74.51%-
XYZ32.6621.143.95-
YUV128.64155.29171.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 88 (34.77% from 255) = 19.34%
BLUE value IS 177 (69.53% from 255) = 38.90%
R=41.76%
G=19.34%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908817700.540.070.25307.6543.9754.51
HexBE58B10367191342c37
Octal2761302610667314645467
Binary10111110101100010110001011011011111001100110100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE58B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE58B1; }

 p { color: rgb(190,88,177); }

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

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

 a { background-color: rgb(190,88,177); }

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

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

 span { border-color: rgb(190,88,177); }

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