#BE5BBE

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

Shades of Fuchsia #BE5BBE

Tints of Fuchsia #BE5BBE

Color information

#BE5BBE (or 0xBE5BBE) is unknown color: approx Fuchsia. HEX triplet: BE, 5B and BE. RGB value is (190,91,190). Sum of RGB (Red+Green+Blue) = 190+91+190=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE5BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5BBE is #41A441. Grayscale: #838383. Windows color (decimal): -4301890 or 12475326. OLE color: 12475326.

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

Color convert

RGB19091190-
CMYK00.5200.25
HSL300º43.23%55.1%-
HSV(B)300º52.11%74.51%-
XYZ34.2722.1551.18-
YUV131.89160.8169.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 91 (35.94% from 255) = 19.32%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=40.34%
G=19.32%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909119000.5200.2530043.2355.1
HexBE5BBE03401912c2b37
Octal2761332760640314545367
Binary101111101011011101111100110100011001100101100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5BBE; }

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

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

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

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

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

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

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

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