#BE4EB0

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

Shades of Fuchsia #BE4EB0

Tints of Fuchsia #BE4EB0

Color information

#BE4EB0 (or 0xBE4EB0) is unknown color: approx Fuchsia. HEX triplet: BE, 4E and B0. RGB value is (190,78,176). Sum of RGB (Red+Green+Blue) = 190+78+176=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4EB0 is #41B14F. Grayscale: #7A7A7A. Windows color (decimal): -4305232 or 11554494. OLE color: 11554494.

HSL color Cylindrical-coordinate representation of color #BE4EB0: hue angle of 307.5º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4EB0 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB19078176-
CMYK00.590.070.25
HSL307.5º46.28%52.55%-
HSV(B)307.5º58.95%74.51%-
XYZ31.819.5343.17-
YUV122.66158.11176.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 78 (30.86% from 255) = 17.57%
BLUE value IS 176 (69.14% from 255) = 39.64%
R=42.79%
G=17.57%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907817600.590.070.25307.546.2852.55
HexBE4EB003B7191342e35
Octal2761162600737314645665
Binary10111110100111010110000011101111111001100110100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4EB0; }

 p { color: rgb(190,78,176); }

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

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

 a { background-color: rgb(190,78,176); }

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

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

 span { border-color: rgb(190,78,176); }

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