#BE58BD

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

Shades of Fuchsia #BE58BD

Tints of Fuchsia #BE58BD

Color information

#BE58BD (or 0xBE58BD) is unknown color: approx Fuchsia. HEX triplet: BE, 58 and BD. RGB value is (190,88,189). Sum of RGB (Red+Green+Blue) = 190+88+189=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE58BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE58BD is #41A742. Grayscale: #818181. Windows color (decimal): -4302659 or 12409022. OLE color: 12409022.

HSL color Cylindrical-coordinate representation of color #BE58BD: hue angle of 300.59º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE58BD is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19088189-
CMYK00.540.010.25
HSL300.59º43.97%54.51%-
HSV(B)300.59º53.68%74.51%-
XYZ33.9121.650.53-
YUV130.01161.29170.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 88 (34.77% from 255) = 18.84%
BLUE value IS 189 (74.22% from 255) = 40.47%
R=40.69%
G=18.84%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908818900.540.010.25300.5943.9754.51
HexBE58BD03611912d2c37
Octal2761302750661314555467
Binary101111101011000101111010110110111001100101101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE58BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE58BD; }

 p { color: rgb(190,88,189); }

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

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

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

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

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

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

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