#B557B4

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

Shades of Fuchsia #B557B4

Tints of Fuchsia #B557B4

Color information

#B557B4 (or 0xB557B4) is unknown color: approx Fuchsia. HEX triplet: B5, 57 and B4. RGB value is (181,87,180). Sum of RGB (Red+Green+Blue) = 181+87+180=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B557B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B557B4 is #4AA84B. Grayscale: #7D7D7D. Windows color (decimal): -4892748 or 11818933. OLE color: 11818933.

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

Color convert

RGB18187180-
CMYK00.520.010.29
HSL300.64º38.84%52.55%-
HSV(B)300.64º51.93%70.98%-
XYZ30.719.9445.41-
YUV125.71158.64167.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 87 (34.38% from 255) = 19.42%
BLUE value IS 180 (70.70% from 255) = 40.18%
R=40.40%
G=19.42%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818718000.520.010.29300.6438.8452.55
HexB557B403411D12d2735
Octal2651272640641354554765
Binary101101011010111101101000110100111101100101101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B557B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B557B4; }

 p { color: rgb(181,87,180); }

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

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

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

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

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

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

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