#BE73C4

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

Shades of Fuchsia #BE73C4

Tints of Fuchsia #BE73C4

Color information

#BE73C4 (or 0xBE73C4) is unknown color: approx Fuchsia. HEX triplet: BE, 73 and C4. RGB value is (190,115,196). Sum of RGB (Red+Green+Blue) = 190+115+196=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE73C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73C4 is #418C3B. Grayscale: #929292. Windows color (decimal): -4295740 or 12874686. OLE color: 12874686.

HSL color Cylindrical-coordinate representation of color #BE73C4: hue angle of 295.56º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE73C4 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190115196-
CMYK0.030.4100.23
HSL295.56º40.7%60.98%-
HSV(B)295.56º41.33%76.86%-
XYZ37.3327.1955.51-
YUV146.66155.85158.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 115 (45.31% from 255) = 22.95%
BLUE value IS 196 (76.95% from 255) = 39.12%
R=37.92%
G=22.95%
B=39.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901151960.030.4100.23295.5640.760.98
HexBE73C4329017128293d
Octal2761633043510274505175
Binary1011111011100111100010011101001010111100101000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73C4; }

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

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

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

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

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

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

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

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