#B13AAB

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

Shades of Fuchsia #B13AAB

Tints of Fuchsia #B13AAB

Color information

#B13AAB (or 0xB13AAB) is unknown color: approx Fuchsia. HEX triplet: B1, 3A and AB. RGB value is (177,58,171). Sum of RGB (Red+Green+Blue) = 177+58+171=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B13AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13AAB is #4EC554. Grayscale: #6A6A6A. Windows color (decimal): -5162325 or 11221681. OLE color: 11221681.

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

Color convert

RGB17758171-
CMYK00.670.030.31
HSL303.03º50.64%46.08%-
HSV(B)303.03º67.23%69.41%-
XYZ2715.3140.06-
YUV106.46164.42178.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 58 (23.05% from 255) = 14.29%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=43.60%
G=14.29%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775817100.670.030.31303.0350.6446.08
HexB13AAB04331F12f332e
Octal2617225301033374576356
Binary1011000111101010101011010000111111111100101111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13AAB; }

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

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

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

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

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

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

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

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