#B154BB

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

Shades of Fuchsia #B154BB

Tints of Fuchsia #B154BB

Color information

#B154BB (or 0xB154BB) is unknown color: approx Fuchsia. HEX triplet: B1, 54 and BB. RGB value is (177,84,187). Sum of RGB (Red+Green+Blue) = 177+84+187=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #B154BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B154BB is #4EAB44. Grayscale: #7B7B7B. Windows color (decimal): -5155653 or 12276913. OLE color: 12276913.

HSL color Cylindrical-coordinate representation of color #B154BB: hue angle of 294.17º 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 #B154BB is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17784187-
CMYK0.050.5500.27
HSL294.17º43.1%53.14%-
HSV(B)294.17º55.08%73.33%-
XYZ30.2719.2849.14-
YUV123.55163.81166.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.51%
GREEN value IS 84 (33.20% from 255) = 18.75%
BLUE value IS 187 (73.44% from 255) = 41.74%
R=39.51%
G=18.75%
B=41.74%

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
Decimal177841870.050.5500.27294.1743.153.14
HexB154BB53701B1262b35
Octal2611242735670334465365
Binary10110001101010010111011101110111011011100100110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B154BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B154BB; }

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

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

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

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

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

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

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

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