#B13AB6

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

Shades of Fuchsia #B13AB6

Tints of Fuchsia #B13AB6

Color information

#B13AB6 (or 0xB13AB6) is unknown color: approx Fuchsia. HEX triplet: B1, 3A and B6. RGB value is (177,58,182). Sum of RGB (Red+Green+Blue) = 177+58+182=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #B13AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13AB6 is #4EC549. Grayscale: #6B6B6B. Windows color (decimal): -5162314 or 11942577. OLE color: 11942577.

HSL color Cylindrical-coordinate representation of color #B13AB6: hue angle of 297.58º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13AB6 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17758182-
CMYK0.030.6800.29
HSL297.58º51.67%47.06%-
HSV(B)297.58º68.13%71.37%-
XYZ28.0915.7545.82-
YUV107.72169.92177.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 58 (23.05% from 255) = 13.91%
BLUE value IS 182 (71.48% from 255) = 43.65%
R=42.45%
G=13.91%
B=43.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177581820.030.6800.29297.5851.6747.06
HexB13AB634401D12a342f
Octal2617226631040354526457
Binary1011000111101010110110111000100011101100101010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13AB6; }

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

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

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

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

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

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

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

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