#B15AB3

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

Shades of Fuchsia #B15AB3

Tints of Fuchsia #B15AB3

Color information

#B15AB3 (or 0xB15AB3) is unknown color: approx Fuchsia. HEX triplet: B1, 5A and B3. RGB value is (177,90,179). Sum of RGB (Red+Green+Blue) = 177+90+179=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 179 - color contains mainly: blue. Hex color #B15AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15AB3 is #4EA54C. Grayscale: #7D7D7D. Windows color (decimal): -5154125 or 11754161. OLE color: 11754161.

HSL color Cylindrical-coordinate representation of color #B15AB3: hue angle of 298.65º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15AB3 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17790179-
CMYK0.010.5000.30
HSL298.65º36.93%52.75%-
HSV(B)298.65º49.72%70.2%-
XYZ29.9219.9144.91-
YUV126.16157.82164.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 90 (35.55% from 255) = 20.18%
BLUE value IS 179 (70.31% from 255) = 40.13%
R=39.69%
G=20.18%
B=40.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177901790.010.5000.30298.6536.9352.75
HexB15AB313201E12b2535
Octal2611322631620364534565
Binary101100011011010101100111110010011110100101011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15AB3; }

 p { color: rgb(177,90,179); }

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

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

 a { background-color: rgb(177,90,179); }

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

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

 span { border-color: rgb(177,90,179); }

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