#B054BE

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

Shades of Fuchsia #B054BE

Tints of Fuchsia #B054BE

Color information

#B054BE (or 0xB054BE) is unknown color: approx Fuchsia. HEX triplet: B0, 54 and BE. RGB value is (176,84,190). Sum of RGB (Red+Green+Blue) = 176+84+190=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #B054BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054BE is #4FAB41. Grayscale: #7B7B7B. Windows color (decimal): -5221186 or 12473520. OLE color: 12473520.

HSL color Cylindrical-coordinate representation of color #B054BE: hue angle of 292.08º degrees, saturation: 0.45, 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 #B054BE is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17684190-
CMYK0.070.5600.25
HSL292.08º44.92%53.73%-
HSV(B)292.08º55.79%74.51%-
XYZ30.3719.2950.84-
YUV123.59165.48165.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 84 (33.20% from 255) = 18.67%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=39.11%
G=18.67%
B=42.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176841900.070.5600.25292.0844.9253.73
HexB054BE7380191242d36
Octal2601242767700314445566
Binary10110000101010010111110111111000011001100100100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B054BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B054BE; }

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

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

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

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

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

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

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

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