#BE50B1

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

Shades of Fuchsia #BE50B1

Tints of Fuchsia #BE50B1

Color information

#BE50B1 (or 0xBE50B1) is unknown color: approx Fuchsia. HEX triplet: BE, 50 and B1. RGB value is (190,80,177). Sum of RGB (Red+Green+Blue) = 190+80+177=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE50B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE50B1 is #41AF4E. Grayscale: #7B7B7B. Windows color (decimal): -4304719 or 11620542. OLE color: 11620542.

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

Color convert

RGB19080177-
CMYK00.580.070.25
HSL307.09º45.83%52.94%-
HSV(B)307.09º57.89%74.51%-
XYZ32.0419.8643.74-
YUV123.95157.94175.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 80 (31.64% from 255) = 17.90%
BLUE value IS 177 (69.53% from 255) = 39.60%
R=42.51%
G=17.90%
B=39.60%

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
Decimal1908017700.580.070.25307.0945.8352.94
HexBE50B103A7191332e35
Octal2761202610727314635665
Binary10111110101000010110001011101011111001100110011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE50B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE50B1; }

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

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

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

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

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

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

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

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