#B153AE

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

Shades of Fuchsia #B153AE

Tints of Fuchsia #B153AE

Color information

#B153AE (or 0xB153AE) is unknown color: approx Fuchsia. HEX triplet: B1, 53 and AE. RGB value is (177,83,174). Sum of RGB (Red+Green+Blue) = 177+83+174=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B153AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B153AE is #4EAC51. Grayscale: #797979. Windows color (decimal): -5155922 or 11424689. OLE color: 11424689.

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

Color convert

RGB17783174-
CMYK00.530.020.31
HSL301.91º37.6%50.98%-
HSV(B)301.91º53.11%69.41%-
XYZ28.8618.5942.11-
YUV121.48157.64167.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.78%
GREEN value IS 83 (32.81% from 255) = 19.12%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=40.78%
G=19.12%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778317400.530.020.31301.9137.650.98
HexB153AE03521F12e2633
Octal2611232560652374564663
Binary1011000110100111010111001101011011111100101110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B153AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B153AE; }

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

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

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

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

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

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

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

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