#BE50AF

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

Shades of Fuchsia #BE50AF

Tints of Fuchsia #BE50AF

Color information

#BE50AF (or 0xBE50AF) is unknown color: approx Fuchsia. HEX triplet: BE, 50 and AF. RGB value is (190,80,175). Sum of RGB (Red+Green+Blue) = 190+80+175=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE50AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE50AF is #41AF50. Grayscale: #7B7B7B. Windows color (decimal): -4304721 or 11489470. OLE color: 11489470.

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

Color convert

RGB19080175-
CMYK00.580.080.25
HSL308.18º45.83%52.94%-
HSV(B)308.18º57.89%74.51%-
XYZ31.8419.7842.7-
YUV123.72156.94175.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 80 (31.64% from 255) = 17.98%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=42.70%
G=17.98%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908017500.580.080.25308.1845.8352.94
HexBE50AF03A8191342e35
Octal27612025707210314645665
Binary101111101010000101011110111010100011001100110100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE50AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE50AF; }

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

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

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

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

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

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

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

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