#B135AA

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

Shades of Fuchsia #B135AA

Tints of Fuchsia #B135AA

Color information

#B135AA (or 0xB135AA) is unknown color: approx Fuchsia. HEX triplet: B1, 35 and AA. RGB value is (177,53,170). Sum of RGB (Red+Green+Blue) = 177+53+170=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B135AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B135AA is #4ECA55. Grayscale: #676767. Windows color (decimal): -5163606 or 11154865. OLE color: 11154865.

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

Color convert

RGB17753170-
CMYK00.700.040.31
HSL303.39º53.91%45.1%-
HSV(B)303.39º70.06%69.41%-
XYZ26.6614.839.48-
YUV103.41165.58180.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.25%
GREEN value IS 53 (21.09% from 255) = 13.25%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=44.25%
G=13.25%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775317000.700.040.31303.3953.9145.1
HexB135AA04641F12f362d
Octal2616525201064374576655
Binary10110001110101101010100100011010011111100101111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B135AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B135AA; }

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

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

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

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

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

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

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

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