#B13BA6

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

Shades of Fuchsia #B13BA6

Tints of Fuchsia #B13BA6

Color information

#B13BA6 (or 0xB13BA6) is unknown color: approx Fuchsia. HEX triplet: B1, 3B and A6. RGB value is (177,59,166). Sum of RGB (Red+Green+Blue) = 177+59+166=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B13BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13BA6 is #4EC459. Grayscale: #6A6A6A. Windows color (decimal): -5162074 or 10894257. OLE color: 10894257.

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

Color convert

RGB17759166-
CMYK00.670.060.31
HSL305.59º50%46.27%-
HSV(B)305.59º66.67%69.41%-
XYZ26.5815.2337.61-
YUV106.48161.59178.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 59 (23.44% from 255) = 14.68%
BLUE value IS 166 (65.23% from 255) = 41.29%
R=44.03%
G=14.68%
B=41.29%

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
Decimal1775916600.670.060.31305.595046.27
HexB13BA604361F132322e
Octal2617324601036374626256
Binary10110001111011101001100100001111011111100110010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13BA6; }

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

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

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

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

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

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

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

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