#B154B4

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

Shades of Fuchsia #B154B4

Tints of Fuchsia #B154B4

Color information

#B154B4 (or 0xB154B4) is unknown color: approx Fuchsia. HEX triplet: B1, 54 and B4. RGB value is (177,84,180). Sum of RGB (Red+Green+Blue) = 177+84+180=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #B154B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B154B4 is #4EAB4B. Grayscale: #7A7A7A. Windows color (decimal): -5155660 or 11818161. OLE color: 11818161.

HSL color Cylindrical-coordinate representation of color #B154B4: hue angle of 298.12º degrees, saturation: 0.39, 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 #B154B4 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17784180-
CMYK0.020.5300.29
HSL298.12º39.02%51.76%-
HSV(B)298.12º53.33%70.59%-
XYZ29.5418.9845.29-
YUV122.75160.31166.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 84 (33.20% from 255) = 19.05%
BLUE value IS 180 (70.70% from 255) = 40.82%
R=40.14%
G=19.05%
B=40.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177841800.020.5300.29298.1239.0251.76
HexB154B423501D12a2734
Octal2611242642650354524764
Binary1011000110101001011010010110101011101100101010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B154B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B154B4; }

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

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

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

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

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

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

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

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