#B55BAC

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

Shades of Fuchsia #B55BAC

Tints of Fuchsia #B55BAC

Color information

#B55BAC (or 0xB55BAC) is unknown color: approx Fuchsia. HEX triplet: B5, 5B and AC. RGB value is (181,91,172). Sum of RGB (Red+Green+Blue) = 181+91+172=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B55BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55BAC is #4AA453. Grayscale: #7E7E7E. Windows color (decimal): -4891732 or 11295669. OLE color: 11295669.

HSL color Cylindrical-coordinate representation of color #B55BAC: hue angle of 306º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55BAC is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18191172-
CMYK00.500.050.29
HSL306º37.82%53.33%-
HSV(B)306º49.72%70.98%-
XYZ30.2420.2841.35-
YUV127.14153.32166.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 172 (67.58% from 255) = 38.74%
R=40.77%
G=20.50%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819117200.500.050.2930637.8253.33
HexB55BAC03251D1322635
Octal2651332540625354624665
Binary10110101101101110101100011001010111101100110010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55BAC; }

 p { color: rgb(181,91,172); }

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

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

 a { background-color: rgb(181,91,172); }

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

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

 span { border-color: rgb(181,91,172); }

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