#B13BA9

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

Shades of Fuchsia #B13BA9

Tints of Fuchsia #B13BA9

Color information

#B13BA9 (or 0xB13BA9) is unknown color: approx Fuchsia. HEX triplet: B1, 3B and A9. RGB value is (177,59,169). Sum of RGB (Red+Green+Blue) = 177+59+169=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B13BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13BA9 is #4EC456. Grayscale: #6A6A6A. Windows color (decimal): -5162071 or 11090865. OLE color: 11090865.

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

Color convert

RGB17759169-
CMYK00.670.050.31
HSL304.07º50%46.27%-
HSV(B)304.07º66.67%69.41%-
XYZ26.8615.3439.08-
YUV106.82163.09178.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 59 (23.44% from 255) = 14.57%
BLUE value IS 169 (66.41% from 255) = 41.73%
R=43.70%
G=14.57%
B=41.73%

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
Decimal1775916900.670.050.31304.075046.27
HexB13BA904351F130322e
Octal2617325101035374606256
Binary10110001111011101010010100001110111111100110000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13BA9; }

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

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

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

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

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

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

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

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