#BE45B5

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

Shades of Fuchsia #BE45B5

Tints of Fuchsia #BE45B5

Color information

#BE45B5 (or 0xBE45B5) is unknown color: approx Fuchsia. HEX triplet: BE, 45 and B5. RGB value is (190,69,181). Sum of RGB (Red+Green+Blue) = 190+69+181=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE45B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE45B5 is #41BA4A. Grayscale: #757575. Windows color (decimal): -4307531 or 11879870. OLE color: 11879870.

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

Color convert

RGB19069181-
CMYK00.640.050.25
HSL304.46º48.21%50.78%-
HSV(B)304.46º63.68%74.51%-
XYZ31.718.5445.62-
YUV117.95163.59179.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 69 (27.34% from 255) = 15.68%
BLUE value IS 181 (71.09% from 255) = 41.14%
R=43.18%
G=15.68%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906918100.640.050.25304.4648.2150.78
HexBE45B50405191303033
Octal27610526501005314606063
Binary101111101000101101101010100000010111001100110000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE45B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE45B5; }

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

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

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

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

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

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

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

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