#BE44C3

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

Shades of Fuchsia #BE44C3

Tints of Fuchsia #BE44C3

Color information

#BE44C3 (or 0xBE44C3) is unknown color: approx Fuchsia. HEX triplet: BE, 44 and C3. RGB value is (190,68,195). Sum of RGB (Red+Green+Blue) = 190+68+195=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE44C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE44C3 is #41BB3C. Grayscale: #767676. Windows color (decimal): -4307773 or 12797118. OLE color: 12797118.

HSL color Cylindrical-coordinate representation of color #BE44C3: hue angle of 297.64º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE44C3 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19068195-
CMYK0.030.6500.24
HSL297.64º51.42%51.57%-
HSV(B)297.64º65.13%76.47%-
XYZ33.1519.0253.55-
YUV118.96170.92178.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 68 (26.95% from 255) = 15.01%
BLUE value IS 195 (76.56% from 255) = 43.05%
R=41.94%
G=15.01%
B=43.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190681950.030.6500.24297.6451.4251.57
HexBE44C334101812a3334
Octal27610430331010304526364
Binary10111110100010011000011111000001011000100101010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE44C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE44C3; }

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

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

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

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

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

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

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

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