#B550AC

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

Shades of Fuchsia #B550AC

Tints of Fuchsia #B550AC

Color information

#B550AC (or 0xB550AC) is unknown color: approx Fuchsia. HEX triplet: B5, 50 and AC. RGB value is (181,80,172). Sum of RGB (Red+Green+Blue) = 181+80+172=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B550AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B550AC is #4AAF53. Grayscale: #787878. Windows color (decimal): -4894548 or 11292853. OLE color: 11292853.

HSL color Cylindrical-coordinate representation of color #B550AC: hue angle of 305.35º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B550AC is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18180172-
CMYK00.560.050.29
HSL305.35º40.56%51.18%-
HSV(B)305.35º55.8%70.98%-
XYZ29.3718.5441.06-
YUV120.69156.96171.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 80 (31.64% from 255) = 18.48%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=41.80%
G=18.48%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818017200.560.050.29305.3540.5651.18
HexB550AC03851D1312933
Octal2651202540705354615163
Binary10110101101000010101100011100010111101100110001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B550AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B550AC; }

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

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

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

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

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

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

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

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