#BE50AB

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

Shades of Fuchsia #BE50AB

Tints of Fuchsia #BE50AB

Color information

#BE50AB (or 0xBE50AB) is unknown color: approx Fuchsia. HEX triplet: BE, 50 and AB. RGB value is (190,80,171). Sum of RGB (Red+Green+Blue) = 190+80+171=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE50AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE50AB is #41AF54. Grayscale: #7B7B7B. Windows color (decimal): -4304725 or 11227326. OLE color: 11227326.

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

Color convert

RGB19080171-
CMYK00.580.100.25
HSL310.36º45.83%52.94%-
HSV(B)310.36º57.89%74.51%-
XYZ31.4519.6240.66-
YUV123.26154.94175.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 80 (31.64% from 255) = 18.14%
BLUE value IS 171 (67.19% from 255) = 38.78%
R=43.08%
G=18.14%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908017100.580.100.25310.3645.8352.94
HexBE50AB03AA191362e35
Octal27612025307212314665665
Binary101111101010000101010110111010101011001100110110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE50AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE50AB; }

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

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

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

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

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

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

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

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