#BE73BD

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

Shades of Fuchsia #BE73BD

Tints of Fuchsia #BE73BD

Color information

#BE73BD (or 0xBE73BD) is unknown color: approx Fuchsia. HEX triplet: BE, 73 and BD. RGB value is (190,115,189). Sum of RGB (Red+Green+Blue) = 190+115+189=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73BD is #418C42. Grayscale: #919191. Windows color (decimal): -4295747 or 12415934. OLE color: 12415934.

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

Color convert

RGB190115189-
CMYK00.390.010.25
HSL300.8º36.59%59.8%-
HSV(B)300.8º39.47%74.51%-
XYZ36.5526.8851.41-
YUV145.86152.35159.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 115 (45.31% from 255) = 23.28%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=38.46%
G=23.28%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011518900.390.010.25300.836.5959.8
HexBE73BD02711912d253c
Octal2761632750471314554574
Binary101111101110011101111010100111111001100101101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73BD; }

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

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

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

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

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

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

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

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