#BE5FB1

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

Shades of Fuchsia #BE5FB1

Tints of Fuchsia #BE5FB1

Color information

#BE5FB1 (or 0xBE5FB1) is unknown color: approx Fuchsia. HEX triplet: BE, 5F and B1. RGB value is (190,95,177). Sum of RGB (Red+Green+Blue) = 190+95+177=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5FB1 is #41A04E. Grayscale: #848484. Windows color (decimal): -4300879 or 11624382. OLE color: 11624382.

HSL color Cylindrical-coordinate representation of color #BE5FB1: hue angle of 308.21º 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 #BE5FB1 is Cyan = 0, Magento = 0.5, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB19095177-
CMYK00.50.070.25
HSL308.21º42.22%55.88%-
HSV(B)308.21º50%74.51%-
XYZ33.2622.3144.15-
YUV132.75152.97168.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 95 (37.5% from 255) = 20.56%
BLUE value IS 177 (69.53% from 255) = 38.31%
R=41.13%
G=20.56%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909517700.50.070.25308.2142.2255.88
HexBE5FB10327191342a38
Octal2761372610627314645270
Binary10111110101111110110001011001011111001100110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5FB1; }

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

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

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

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

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

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

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

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