#B150AD

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

Shades of Fuchsia #B150AD

Tints of Fuchsia #B150AD

Color information

#B150AD (or 0xB150AD) is unknown color: approx Fuchsia. HEX triplet: B1, 50 and AD. RGB value is (177,80,173). Sum of RGB (Red+Green+Blue) = 177+80+173=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B150AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B150AD is #4EAF52. Grayscale: #777777. Windows color (decimal): -5156691 or 11358385. OLE color: 11358385.

HSL color Cylindrical-coordinate representation of color #B150AD: hue angle of 302.47º 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 #B150AD is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17780173-
CMYK00.550.020.31
HSL302.47º38.34%50.39%-
HSV(B)302.47º54.8%69.41%-
XYZ28.5418.141.52-
YUV119.6158.14168.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 80 (31.64% from 255) = 18.60%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=41.16%
G=18.60%
B=40.23%

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
Decimal1778017300.550.020.31302.4738.3450.39
HexB150AD03721F12e2632
Octal2611202550672374564662
Binary1011000110100001010110101101111011111100101110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B150AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B150AD; }

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

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

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

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

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

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

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

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