#B554B2

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

Shades of Fuchsia #B554B2

Tints of Fuchsia #B554B2

Color information

#B554B2 (or 0xB554B2) is unknown color: approx Fuchsia. HEX triplet: B5, 54 and B2. RGB value is (181,84,178). Sum of RGB (Red+Green+Blue) = 181+84+178=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B554B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B554B2 is #4AAB4D. Grayscale: #7B7B7B. Windows color (decimal): -4893518 or 11687093. OLE color: 11687093.

HSL color Cylindrical-coordinate representation of color #B554B2: hue angle of 301.86º 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 #B554B2 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB18184178-
CMYK00.540.020.29
HSL301.86º39.59%51.96%-
HSV(B)301.86º53.59%70.98%-
XYZ30.2619.3844.26-
YUV123.72158.64168.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 84 (33.20% from 255) = 18.96%
BLUE value IS 178 (69.92% from 255) = 40.18%
R=40.86%
G=18.96%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818417800.540.020.29301.8639.5951.96
HexB554B203621D12e2834
Octal2651242620662354565064
Binary1011010110101001011001001101101011101100101110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B554B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B554B2; }

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

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

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

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

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

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

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

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