#BE44BE

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

Shades of Fuchsia #BE44BE

Tints of Fuchsia #BE44BE

Color information

#BE44BE (or 0xBE44BE) is unknown color: approx Fuchsia. HEX triplet: BE, 44 and BE. RGB value is (190,68,190). Sum of RGB (Red+Green+Blue) = 190+68+190=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE44BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE44BE is #41BB41. Grayscale: #767676. Windows color (decimal): -4307778 or 12469438. OLE color: 12469438.

HSL color Cylindrical-coordinate representation of color #BE44BE: hue angle of 300º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE44BE is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19068190-
CMYK00.6400.25
HSL300º48.41%50.59%-
HSV(B)300º64.21%74.51%-
XYZ32.618.850.63-
YUV118.39168.42179.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 68 (26.95% from 255) = 15.18%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=42.41%
G=15.18%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906819000.6400.2530048.4150.59
HexBE44BE04001912c3033
Octal27610427601000314546063
Binary1011111010001001011111001000000011001100101100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE44BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE44BE; }

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

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

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

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

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

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

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

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