#BE74B4

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

Shades of Fuchsia #BE74B4

Tints of Fuchsia #BE74B4

Color information

#BE74B4 (or 0xBE74B4) is unknown color: approx Fuchsia. HEX triplet: BE, 74 and B4. RGB value is (190,116,180). Sum of RGB (Red+Green+Blue) = 190+116+180=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE74B4 is #418B4B. Grayscale: #919191. Windows color (decimal): -4295500 or 11826366. OLE color: 11826366.

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

Color convert

RGB190116180-
CMYK00.390.050.25
HSL308.11º36.27%60%-
HSV(B)308.11º38.95%74.51%-
XYZ35.7226.7346.46-
YUV145.42147.52159.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.09%
GREEN value IS 116 (45.70% from 255) = 23.87%
BLUE value IS 180 (70.70% from 255) = 37.04%
R=39.09%
G=23.87%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011618000.390.050.25308.1136.2760
HexBE74B4027519134243c
Octal2761642640475314644474
Binary10111110111010010110100010011110111001100110100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74B4; }

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

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

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

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

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

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

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

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