#BE5BB9

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

Shades of Fuchsia #BE5BB9

Tints of Fuchsia #BE5BB9

Color information

#BE5BB9 (or 0xBE5BB9) is unknown color: approx Fuchsia. HEX triplet: BE, 5B and B9. RGB value is (190,91,185). Sum of RGB (Red+Green+Blue) = 190+91+185=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5BB9 is #41A446. Grayscale: #838383. Windows color (decimal): -4301895 or 12147646. OLE color: 12147646.

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

Color convert

RGB19091185-
CMYK00.520.030.25
HSL303.03º43.23%55.1%-
HSV(B)303.03º52.11%74.51%-
XYZ33.7321.9348.35-
YUV131.32158.3169.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 91 (35.94% from 255) = 19.53%
BLUE value IS 185 (72.66% from 255) = 39.70%
R=40.77%
G=19.53%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909118500.520.030.25303.0343.2355.1
HexBE5BB903431912f2b37
Octal2761332710643314575367
Binary1011111010110111011100101101001111001100101111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5BB9; }

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

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

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

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

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

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

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

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