#B054B7

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

Shades of Fuchsia #B054B7

Tints of Fuchsia #B054B7

Color information

#B054B7 (or 0xB054B7) is unknown color: approx Fuchsia. HEX triplet: B0, 54 and B7. RGB value is (176,84,183). Sum of RGB (Red+Green+Blue) = 176+84+183=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 183 - color contains mainly: blue. Hex color #B054B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054B7 is #4FAB48. Grayscale: #7A7A7A. Windows color (decimal): -5221193 or 12014768. OLE color: 12014768.

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

Color convert

RGB17684183-
CMYK0.040.5400.28
HSL295.76º40.74%52.35%-
HSV(B)295.76º54.1%71.76%-
XYZ29.6218.9946.9-
YUV122.79161.98165.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 84 (33.20% from 255) = 18.96%
BLUE value IS 183 (71.88% from 255) = 41.31%
R=39.73%
G=18.96%
B=41.31%

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
Decimal176841830.040.5400.28295.7640.7452.35
HexB054B743601C1282934
Octal2601242674660344505164
Binary10110000101010010110111100110110011100100101000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B054B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B054B7; }

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

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

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

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

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

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

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

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