#B150AE

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

Shades of Fuchsia #B150AE

Tints of Fuchsia #B150AE

Color information

#B150AE (or 0xB150AE) is unknown color: approx Fuchsia. HEX triplet: B1, 50 and AE. RGB value is (177,80,174). Sum of RGB (Red+Green+Blue) = 177+80+174=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B150AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B150AE is #4EAF51. Grayscale: #777777. Windows color (decimal): -5156690 or 11423921. OLE color: 11423921.

HSL color Cylindrical-coordinate representation of color #B150AE: hue angle of 301.86º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B150AE is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17780174-
CMYK00.550.020.31
HSL301.86º38.34%50.39%-
HSV(B)301.86º54.8%69.41%-
XYZ28.6418.1442.04-
YUV119.72158.64168.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 80 (31.64% from 255) = 18.56%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=41.07%
G=18.56%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778017400.550.020.31301.8638.3450.39
HexB150AE03721F12e2632
Octal2611202560672374564662
Binary1011000110100001010111001101111011111100101110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B150AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B150AE; }

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

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

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

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

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

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

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

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