#BE74BF

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

Shades of Fuchsia #BE74BF

Tints of Fuchsia #BE74BF

Color information

#BE74BF (or 0xBE74BF) is unknown color: approx Fuchsia. HEX triplet: BE, 74 and BF. RGB value is (190,116,191). Sum of RGB (Red+Green+Blue) = 190+116+191=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE74BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE74BF is #418B40. Grayscale: #929292. Windows color (decimal): -4295489 or 12547262. OLE color: 12547262.

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

Color convert

RGB190116191-
CMYK0.010.3900.25
HSL299.2º36.95%60.2%-
HSV(B)299.2º39.27%74.9%-
XYZ36.8827.252.6-
YUV146.68153.02158.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 116 (45.70% from 255) = 23.34%
BLUE value IS 191 (75% from 255) = 38.43%
R=38.23%
G=23.34%
B=38.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901161910.010.3900.25299.236.9560.2
HexBE74BF12701912b253c
Octal2761642771470314534574
Binary101111101110100101111111100111011001100101011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74BF; }

 p { color: rgb(190,116,191); }

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

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

 a { background-color: rgb(190,116,191); }

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

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

 span { border-color: rgb(190,116,191); }

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