#BE5FBC

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

Shades of Fuchsia #BE5FBC

Tints of Fuchsia #BE5FBC

Color information

#BE5FBC (or 0xBE5FBC) is unknown color: approx Fuchsia. HEX triplet: BE, 5F and BC. RGB value is (190,95,188). Sum of RGB (Red+Green+Blue) = 190+95+188=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5FBC is #41A043. Grayscale: #858585. Windows color (decimal): -4300868 or 12345278. OLE color: 12345278.

HSL color Cylindrical-coordinate representation of color #BE5FBC: hue angle of 301.26º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE5FBC is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19095188-
CMYK00.50.010.25
HSL301.26º42.22%55.88%-
HSV(B)301.26º50%74.51%-
XYZ34.422.7650.16-
YUV134.01158.47167.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=40.17%
G=20.08%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909518800.50.010.25301.2642.2255.88
HexBE5FBC03211912d2a38
Octal2761372740621314555270
Binary101111101011111101111000110010111001100101101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5FBC; }

 p { color: rgb(190,95,188); }

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

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

 a { background-color: rgb(190,95,188); }

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

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

 span { border-color: rgb(190,95,188); }

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