#B154B8

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

Shades of Fuchsia #B154B8

Tints of Fuchsia #B154B8

Color information

#B154B8 (or 0xB154B8) is unknown color: approx Fuchsia. HEX triplet: B1, 54 and B8. RGB value is (177,84,184). Sum of RGB (Red+Green+Blue) = 177+84+184=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 184 - color contains mainly: blue. Hex color #B154B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B154B8 is #4EAB47. Grayscale: #7A7A7A. Windows color (decimal): -5155656 or 12080305. OLE color: 12080305.

HSL color Cylindrical-coordinate representation of color #B154B8: hue angle of 295.8º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B154B8 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17784184-
CMYK0.040.5400.28
HSL295.8º41.32%52.55%-
HSV(B)295.8º54.35%72.16%-
XYZ29.9519.1547.46-
YUV123.21162.31166.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 84 (33.20% from 255) = 18.88%
BLUE value IS 184 (72.27% from 255) = 41.35%
R=39.78%
G=18.88%
B=41.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal177841840.040.5400.28295.841.3252.55
HexB154B843601C1282935
Octal2611242704660344505165
Binary10110001101010010111000100110110011100100101000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B154B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B154B8; }

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

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

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

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

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

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

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

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