#B157B4

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

Shades of Fuchsia #B157B4

Tints of Fuchsia #B157B4

Color information

#B157B4 (or 0xB157B4) is unknown color: approx Fuchsia. HEX triplet: B1, 57 and B4. RGB value is (177,87,180). Sum of RGB (Red+Green+Blue) = 177+87+180=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #B157B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B157B4 is #4EA84B. Grayscale: #7C7C7C. Windows color (decimal): -5154892 or 11818929. OLE color: 11818929.

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

Color convert

RGB17787180-
CMYK0.020.5200.29
HSL298.06º38.27%52.35%-
HSV(B)298.06º51.67%70.59%-
XYZ29.7819.4645.37-
YUV124.51159.32165.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 87 (34.38% from 255) = 19.59%
BLUE value IS 180 (70.70% from 255) = 40.54%
R=39.86%
G=19.59%
B=40.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177871800.020.5200.29298.0638.2752.35
HexB157B423401D12a2634
Octal2611272642640354524664
Binary1011000110101111011010010110100011101100101010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B157B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B157B4; }

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

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

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

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

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

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

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

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