#B135AC

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

Shades of Fuchsia #B135AC

Tints of Fuchsia #B135AC

Color information

#B135AC (or 0xB135AC) is unknown color: approx Fuchsia. HEX triplet: B1, 35 and AC. RGB value is (177,53,172). Sum of RGB (Red+Green+Blue) = 177+53+172=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B135AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B135AC is #4ECA53. Grayscale: #676767. Windows color (decimal): -5163604 or 11285937. OLE color: 11285937.

HSL color Cylindrical-coordinate representation of color #B135AC: hue angle of 302.42º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B135AC is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17753172-
CMYK00.700.030.31
HSL302.42º53.91%45.1%-
HSV(B)302.42º70.06%69.41%-
XYZ26.8514.8740.49-
YUV103.64166.58180.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 53 (21.09% from 255) = 13.18%
BLUE value IS 172 (67.58% from 255) = 42.79%
R=44.03%
G=13.18%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775317200.700.030.31302.4253.9145.1
HexB135AC04631F12e362d
Octal2616525401063374566655
Binary1011000111010110101100010001101111111100101110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B135AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B135AC; }

 p { color: rgb(177,53,172); }

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

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

 a { background-color: rgb(177,53,172); }

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

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

 span { border-color: rgb(177,53,172); }

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