#BE45BF

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

Shades of Fuchsia #BE45BF

Tints of Fuchsia #BE45BF

Color information

#BE45BF (or 0xBE45BF) is unknown color: approx Fuchsia. HEX triplet: BE, 45 and BF. RGB value is (190,69,191). Sum of RGB (Red+Green+Blue) = 190+69+191=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE45BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE45BF is #41BA40. Grayscale: #767676. Windows color (decimal): -4307521 or 12535230. OLE color: 12535230.

HSL color Cylindrical-coordinate representation of color #BE45BF: hue angle of 299.51º degrees, saturation: 0.49, 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 #BE45BF is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19069191-
CMYK0.010.6400.25
HSL299.51º48.8%50.98%-
HSV(B)299.51º63.87%74.9%-
XYZ32.7718.9651.22-
YUV119.09168.59178.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 69 (27.34% from 255) = 15.33%
BLUE value IS 191 (75% from 255) = 42.44%
R=42.22%
G=15.33%
B=42.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190691910.010.6400.25299.5148.850.98
HexBE45BF14001912c3133
Octal27610527711000314546163
Binary1011111010001011011111111000000011001100101100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE45BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE45BF; }

 p { color: rgb(190,69,191); }

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

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

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

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

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

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

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