#B554B5

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

Shades of Fuchsia #B554B5

Tints of Fuchsia #B554B5

Color information

#B554B5 (or 0xB554B5) is unknown color: approx Fuchsia. HEX triplet: B5, 54 and B5. RGB value is (181,84,181). Sum of RGB (Red+Green+Blue) = 181+84+181=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B554B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B554B5 is #4AAB4A. Grayscale: #7B7B7B. Windows color (decimal): -4893515 or 11883701. OLE color: 11883701.

HSL color Cylindrical-coordinate representation of color #B554B5: hue angle of 300º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B554B5 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18184181-
CMYK00.5400.29
HSL300º39.59%51.96%-
HSV(B)300º53.59%70.98%-
XYZ30.5719.545.87-
YUV124.06160.14168.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 84 (33.20% from 255) = 18.83%
BLUE value IS 181 (71.09% from 255) = 40.58%
R=40.58%
G=18.83%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818418100.5400.2930039.5951.96
HexB554B503601D12c2834
Octal2651242650660354545064
Binary101101011010100101101010110110011101100101100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B554B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B554B5; }

 p { color: rgb(181,84,181); }

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

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

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

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

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

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

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