#B55ABA

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

Shades of Fuchsia #B55ABA

Tints of Fuchsia #B55ABA

Color information

#B55ABA (or 0xB55ABA) is unknown color: approx Fuchsia. HEX triplet: B5, 5A and BA. RGB value is (181,90,186). Sum of RGB (Red+Green+Blue) = 181+90+186=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #B55ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55ABA is #4AA545. Grayscale: #7F7F7F. Windows color (decimal): -4891974 or 12212917. OLE color: 12212917.

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

Color convert

RGB18190186-
CMYK0.030.5200.27
HSL296.88º41.03%54.12%-
HSV(B)296.88º51.61%72.94%-
XYZ31.5820.6848.78-
YUV128.15160.65165.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 90 (35.55% from 255) = 19.69%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=39.61%
G=19.69%
B=40.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181901860.030.5200.27296.8841.0354.12
HexB55ABA33401B1292936
Octal2651322723640334515166
Binary1011010110110101011101011110100011011100101001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55ABA; }

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

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

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

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

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

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

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

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