#B13AA9

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

Shades of Fuchsia #B13AA9

Tints of Fuchsia #B13AA9

Color information

#B13AA9 (or 0xB13AA9) is unknown color: approx Fuchsia. HEX triplet: B1, 3A and A9. RGB value is (177,58,169). Sum of RGB (Red+Green+Blue) = 177+58+169=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B13AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13AA9 is #4EC556. Grayscale: #696969. Windows color (decimal): -5162327 or 11090609. OLE color: 11090609.

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

Color convert

RGB17758169-
CMYK00.670.050.31
HSL304.03º50.64%46.08%-
HSV(B)304.03º67.23%69.41%-
XYZ26.8115.2439.06-
YUV106.24163.42178.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 58 (23.05% from 255) = 14.36%
BLUE value IS 169 (66.41% from 255) = 41.83%
R=43.81%
G=14.36%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775816900.670.050.31304.0350.6446.08
HexB13AA904351F130332e
Octal2617225101035374606356
Binary10110001111010101010010100001110111111100110000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13AA9; }

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

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

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

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

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

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

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

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