#BE5BB2

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

Shades of Fuchsia #BE5BB2

Tints of Fuchsia #BE5BB2

Color information

#BE5BB2 (or 0xBE5BB2) is unknown color: approx Fuchsia. HEX triplet: BE, 5B and B2. RGB value is (190,91,178). Sum of RGB (Red+Green+Blue) = 190+91+178=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5BB2 is #41A44D. Grayscale: #828282. Windows color (decimal): -4301902 or 11688894. OLE color: 11688894.

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

Color convert

RGB19091178-
CMYK00.520.060.25
HSL307.27º43.23%55.1%-
HSV(B)307.27º52.11%74.51%-
XYZ33.0121.6444.56-
YUV130.52154.8170.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 91 (35.94% from 255) = 19.83%
BLUE value IS 178 (69.92% from 255) = 38.78%
R=41.39%
G=19.83%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909117800.520.060.25307.2743.2355.1
HexBE5BB20346191332b37
Octal2761332620646314635367
Binary10111110101101110110010011010011011001100110011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5BB2; }

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

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

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

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

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

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

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

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