#B13FA9

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

Shades of Fuchsia #B13FA9

Tints of Fuchsia #B13FA9

Color information

#B13FA9 (or 0xB13FA9) is unknown color: approx Fuchsia. HEX triplet: B1, 3F and A9. RGB value is (177,63,169). Sum of RGB (Red+Green+Blue) = 177+63+169=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 169 (66.41% from 255 or 41.32% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B13FA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13FA9 is #4EC056. Grayscale: #6C6C6C. Windows color (decimal): -5161047 or 11091889. OLE color: 11091889.

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

Color convert

RGB17763169-
CMYK00.640.050.31
HSL304.21º47.5%47.06%-
HSV(B)304.21º64.41%69.41%-
XYZ27.0715.7739.15-
YUV109.17161.77176.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 63 (25% from 255) = 15.40%
BLUE value IS 169 (66.41% from 255) = 41.32%
R=43.28%
G=15.40%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776316900.640.050.31304.2147.547.06
HexB13FA904051F130302f
Octal2617725101005374606057
Binary10110001111111101010010100000010111111100110000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13FA9; }

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

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

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

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

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

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

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

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