#B15AB9

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

Shades of Fuchsia #B15AB9

Tints of Fuchsia #B15AB9

Color information

#B15AB9 (or 0xB15AB9) is unknown color: approx Fuchsia. HEX triplet: B1, 5A and B9. RGB value is (177,90,185). Sum of RGB (Red+Green+Blue) = 177+90+185=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 185 - color contains mainly: blue. Hex color #B15AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15AB9 is #4EA546. Grayscale: #7E7E7E. Windows color (decimal): -5154119 or 12147377. OLE color: 12147377.

HSL color Cylindrical-coordinate representation of color #B15AB9: hue angle of 294.95º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15AB9 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17790185-
CMYK0.040.5100.27
HSL294.95º40.43%53.92%-
HSV(B)294.95º51.35%72.55%-
XYZ30.5420.1648.18-
YUV126.84160.82163.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 90 (35.55% from 255) = 19.91%
BLUE value IS 185 (72.66% from 255) = 40.93%
R=39.16%
G=19.91%
B=40.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177901850.040.5100.27294.9540.4353.92
HexB15AB943301B1272836
Octal2611322714630334475066
Binary10110001101101010111001100110011011011100100111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15AB9; }

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

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

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

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

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

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

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

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