#B054BF

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

Shades of Fuchsia #B054BF

Tints of Fuchsia #B054BF

Color information

#B054BF (or 0xB054BF) is unknown color: approx Fuchsia. HEX triplet: B0, 54 and BF. RGB value is (176,84,191). Sum of RGB (Red+Green+Blue) = 176+84+191=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #B054BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054BF is #4FAB40. Grayscale: #7B7B7B. Windows color (decimal): -5221185 or 12539056. OLE color: 12539056.

HSL color Cylindrical-coordinate representation of color #B054BF: hue angle of 291.59º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B054BF is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17684191-
CMYK0.080.5600.25
HSL291.59º45.53%53.92%-
HSV(B)291.59º56.02%74.9%-
XYZ30.4819.3351.42-
YUV123.71165.98165.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 84 (33.20% from 255) = 18.63%
BLUE value IS 191 (75% from 255) = 42.35%
R=39.02%
G=18.63%
B=42.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176841910.080.5600.25291.5945.5353.92
HexB054BF8380191242e36
Octal26012427710700314445666
Binary101100001010100101111111000111000011001100100100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B054BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B054BF; }

 p { color: rgb(176,84,191); }

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

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

 a { background-color: rgb(176,84,191); }

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

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

 span { border-color: rgb(176,84,191); }

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