#B155BB

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

Shades of Fuchsia #B155BB

Tints of Fuchsia #B155BB

Color information

#B155BB (or 0xB155BB) is unknown color: approx Fuchsia. HEX triplet: B1, 55 and BB. RGB value is (177,85,187). Sum of RGB (Red+Green+Blue) = 177+85+187=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #B155BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155BB is #4EAA44. Grayscale: #7B7B7B. Windows color (decimal): -5155397 or 12277169. OLE color: 12277169.

HSL color Cylindrical-coordinate representation of color #B155BB: hue angle of 294.12º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B155BB is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17785187-
CMYK0.050.5500.27
HSL294.12º42.86%53.33%-
HSV(B)294.12º54.55%73.33%-
XYZ30.3519.4349.16-
YUV124.14163.48165.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 85 (33.59% from 255) = 18.93%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=39.42%
G=18.93%
B=41.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177851870.050.5500.27294.1242.8653.33
HexB155BB53701B1262b35
Octal2611252735670334465365
Binary10110001101010110111011101110111011011100100110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B155BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B155BB; }

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

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

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

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

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

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

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

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