#BE74B7

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

Shades of Fuchsia #BE74B7

Tints of Fuchsia #BE74B7

Color information

#BE74B7 (or 0xBE74B7) is unknown color: approx Fuchsia. HEX triplet: BE, 74 and B7. RGB value is (190,116,183). Sum of RGB (Red+Green+Blue) = 190+116+183=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE74B7 is #418B48. Grayscale: #919191. Windows color (decimal): -4295497 or 12022974. OLE color: 12022974.

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

Color convert

RGB190116183-
CMYK00.390.040.25
HSL305.68º36.27%60%-
HSV(B)305.68º38.95%74.51%-
XYZ36.0326.8648.08-
YUV145.76149.02159.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 116 (45.70% from 255) = 23.72%
BLUE value IS 183 (71.88% from 255) = 37.42%
R=38.85%
G=23.72%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011618300.390.040.25305.6836.2760
HexBE74B7027419132243c
Octal2761642670474314624474
Binary10111110111010010110111010011110011001100110010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74B7; }

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

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

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

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

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

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

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

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