#B135A9

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

Shades of Fuchsia #B135A9

Tints of Fuchsia #B135A9

Color information

#B135A9 (or 0xB135A9) is unknown color: approx Fuchsia. HEX triplet: B1, 35 and A9. RGB value is (177,53,169). Sum of RGB (Red+Green+Blue) = 177+53+169=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B135A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B135A9 is #4ECA56. Grayscale: #666666. Windows color (decimal): -5163607 or 11089329. OLE color: 11089329.

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

Color convert

RGB17753169-
CMYK00.700.050.31
HSL303.87º53.91%45.1%-
HSV(B)303.87º70.06%69.41%-
XYZ26.5714.7638.98-
YUV103.3165.08180.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 53 (21.09% from 255) = 13.28%
BLUE value IS 169 (66.41% from 255) = 42.36%
R=44.36%
G=13.28%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775316900.700.050.31303.8753.9145.1
HexB135A904651F130362d
Octal2616525101065374606655
Binary10110001110101101010010100011010111111100110000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B135A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B135A9; }

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

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

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

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

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

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

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

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