#BE5BB5

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

Shades of Fuchsia #BE5BB5

Tints of Fuchsia #BE5BB5

Color information

#BE5BB5 (or 0xBE5BB5) is unknown color: approx Fuchsia. HEX triplet: BE, 5B and B5. RGB value is (190,91,181). Sum of RGB (Red+Green+Blue) = 190+91+181=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5BB5 is #41A44A. Grayscale: #828282. Windows color (decimal): -4301899 or 11885502. OLE color: 11885502.

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

Color convert

RGB19091181-
CMYK00.520.050.25
HSL305.45º43.23%55.1%-
HSV(B)305.45º52.11%74.51%-
XYZ33.3221.7746.16-
YUV130.86156.3170.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 91 (35.94% from 255) = 19.70%
BLUE value IS 181 (71.09% from 255) = 39.18%
R=41.13%
G=19.70%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909118100.520.050.25305.4543.2355.1
HexBE5BB50345191312b37
Octal2761332650645314615367
Binary10111110101101110110101011010010111001100110001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5BB5; }

 p { color: rgb(190,91,181); }

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

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

 a { background-color: rgb(190,91,181); }

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

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

 span { border-color: rgb(190,91,181); }

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