#B13AB8

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

Shades of Fuchsia #B13AB8

Tints of Fuchsia #B13AB8

Color information

#B13AB8 (or 0xB13AB8) is unknown color: approx Fuchsia. HEX triplet: B1, 3A and B8. RGB value is (177,58,184). Sum of RGB (Red+Green+Blue) = 177+58+184=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 184 - color contains mainly: blue. Hex color #B13AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13AB8 is #4EC547. Grayscale: #6B6B6B. Windows color (decimal): -5162312 or 12073649. OLE color: 12073649.

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

Color convert

RGB17758184-
CMYK0.040.6800.28
HSL296.67º52.07%47.45%-
HSV(B)296.67º68.48%72.16%-
XYZ28.315.8346.91-
YUV107.94170.92177.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 58 (23.05% from 255) = 13.84%
BLUE value IS 184 (72.27% from 255) = 43.91%
R=42.24%
G=13.84%
B=43.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal177581840.040.6800.28296.6752.0747.45
HexB13AB844401C129342f
Octal2617227041040344516457
Binary10110001111010101110001001000100011100100101001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13AB8; }

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

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

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

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

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

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

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

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