#B146AD

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

Shades of Fuchsia #B146AD

Tints of Fuchsia #B146AD

Color information

#B146AD (or 0xB146AD) is unknown color: approx Fuchsia. HEX triplet: B1, 46 and AD. RGB value is (177,70,173). Sum of RGB (Red+Green+Blue) = 177+70+173=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B146AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B146AD is #4EB952. Grayscale: #717171. Windows color (decimal): -5159251 or 11355825. OLE color: 11355825.

HSL color Cylindrical-coordinate representation of color #B146AD: hue angle of 302.24º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B146AD is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17770173-
CMYK00.600.020.31
HSL302.24º43.32%48.43%-
HSV(B)302.24º60.45%69.41%-
XYZ27.8616.7441.3-
YUV113.73161.45173.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 70 (27.73% from 255) = 16.67%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=42.14%
G=16.67%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777017300.600.020.31302.2443.3248.43
HexB146AD03C21F12e2b30
Octal2611062550742374565360
Binary1011000110001101010110101111001011111100101110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B146AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B146AD; }

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

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

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

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

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

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

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

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