#B155B6

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

Shades of Fuchsia #B155B6

Tints of Fuchsia #B155B6

Color information

#B155B6 (or 0xB155B6) is unknown color: approx Fuchsia. HEX triplet: B1, 55 and B6. RGB value is (177,85,182). Sum of RGB (Red+Green+Blue) = 177+85+182=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 182 - color contains mainly: blue. Hex color #B155B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155B6 is #4EAA49. Grayscale: #7B7B7B. Windows color (decimal): -5155402 or 11949489. OLE color: 11949489.

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

Color convert

RGB17785182-
CMYK0.030.5300.29
HSL296.91º39.92%52.35%-
HSV(B)296.91º53.3%71.37%-
XYZ29.8219.2246.39-
YUV123.57160.98166.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 85 (33.59% from 255) = 19.14%
BLUE value IS 182 (71.48% from 255) = 40.99%
R=39.86%
G=19.14%
B=40.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177851820.030.5300.29296.9139.9252.35
HexB155B633501D1292834
Octal2611252663650354515064
Binary1011000110101011011011011110101011101100101001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B155B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B155B6; }

 p { color: rgb(177,85,182); }

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

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

 a { background-color: rgb(177,85,182); }

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

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

 span { border-color: rgb(177,85,182); }

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