#B13AA6

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

Shades of Fuchsia #B13AA6

Tints of Fuchsia #B13AA6

Color information

#B13AA6 (or 0xB13AA6) is unknown color: approx Fuchsia. HEX triplet: B1, 3A and A6. RGB value is (177,58,166). Sum of RGB (Red+Green+Blue) = 177+58+166=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B13AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13AA6 is #4EC559. Grayscale: #696969. Windows color (decimal): -5162330 or 10894001. OLE color: 10894001.

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

Color convert

RGB17758166-
CMYK00.670.060.31
HSL305.55º50.64%46.08%-
HSV(B)305.55º67.23%69.41%-
XYZ26.5315.1337.6-
YUV105.89161.92178.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 58 (23.05% from 255) = 14.46%
BLUE value IS 166 (65.23% from 255) = 41.40%
R=44.14%
G=14.46%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775816600.670.060.31305.5550.6446.08
HexB13AA604361F132332e
Octal2617224601036374626356
Binary10110001111010101001100100001111011111100110010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13AA6; }

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

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

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

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

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

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

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

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