#BE50B0

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

Shades of Fuchsia #BE50B0

Tints of Fuchsia #BE50B0

Color information

#BE50B0 (or 0xBE50B0) is unknown color: approx Fuchsia. HEX triplet: BE, 50 and B0. RGB value is (190,80,176). Sum of RGB (Red+Green+Blue) = 190+80+176=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE50B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE50B0 is #41AF4F. Grayscale: #7B7B7B. Windows color (decimal): -4304720 or 11555006. OLE color: 11555006.

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

Color convert

RGB19080176-
CMYK00.580.070.25
HSL307.64º45.83%52.94%-
HSV(B)307.64º57.89%74.51%-
XYZ31.9419.8243.22-
YUV123.83157.44175.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 80 (31.64% from 255) = 17.94%
BLUE value IS 176 (69.14% from 255) = 39.46%
R=42.60%
G=17.94%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908017600.580.070.25307.6445.8352.94
HexBE50B003A7191342e35
Octal2761202600727314645665
Binary10111110101000010110000011101011111001100110100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE50B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE50B0; }

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

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

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

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

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

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

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

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