#BE73B2

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

Shades of Fuchsia #BE73B2

Tints of Fuchsia #BE73B2

Color information

#BE73B2 (or 0xBE73B2) is unknown color: approx Fuchsia. HEX triplet: BE, 73 and B2. RGB value is (190,115,178). Sum of RGB (Red+Green+Blue) = 190+115+178=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE73B2 is #418C4D. Grayscale: #909090. Windows color (decimal): -4295758 or 11695038. OLE color: 11695038.

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

Color convert

RGB190115178-
CMYK00.390.060.25
HSL309.6º36.59%59.8%-
HSV(B)309.6º39.47%74.51%-
XYZ35.426.4245.35-
YUV144.61146.85160.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 115 (45.31% from 255) = 23.81%
BLUE value IS 178 (69.92% from 255) = 36.85%
R=39.34%
G=23.81%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011517800.390.060.25309.636.5959.8
HexBE73B2027619136253c
Octal2761632620476314664574
Binary10111110111001110110010010011111011001100110110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73B2; }

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

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

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

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

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

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

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

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