#B15ABA

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

Shades of Fuchsia #B15ABA

Tints of Fuchsia #B15ABA

Color information

#B15ABA (or 0xB15ABA) is unknown color: approx Fuchsia. HEX triplet: B1, 5A and BA. RGB value is (177,90,186). Sum of RGB (Red+Green+Blue) = 177+90+186=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #B15ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15ABA is #4EA545. Grayscale: #7E7E7E. Windows color (decimal): -5154118 or 12212913. OLE color: 12212913.

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

Color convert

RGB17790186-
CMYK0.050.5200.27
HSL294.38º41.03%54.12%-
HSV(B)294.38º51.61%72.94%-
XYZ30.6520.248.74-
YUV126.96161.32163.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 90 (35.55% from 255) = 19.87%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=39.07%
G=19.87%
B=41.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177901860.050.5200.27294.3841.0354.12
HexB15ABA53401B1262936
Octal2611322725640334465166
Binary10110001101101010111010101110100011011100100110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15ABA; }

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

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

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

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

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

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

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

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