#B054AF

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

Shades of Fuchsia #B054AF

Tints of Fuchsia #B054AF

Color information

#B054AF (or 0xB054AF) is unknown color: approx Fuchsia. HEX triplet: B0, 54 and AF. RGB value is (176,84,175). Sum of RGB (Red+Green+Blue) = 176+84+175=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B054AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B054AF is #4FAB50. Grayscale: #797979. Windows color (decimal): -5221201 or 11490480. OLE color: 11490480.

HSL color Cylindrical-coordinate representation of color #B054AF: hue angle of 300.65º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B054AF is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17684175-
CMYK00.520.010.31
HSL300.65º36.8%50.98%-
HSV(B)300.65º52.27%69.02%-
XYZ28.8118.6742.64-
YUV121.88157.98166.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 84 (33.20% from 255) = 19.31%
BLUE value IS 175 (68.75% from 255) = 40.23%
R=40.46%
G=19.31%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768417500.520.010.31300.6536.850.98
HexB054AF03411F12d2533
Octal2601242570641374554563
Binary101100001010100101011110110100111111100101101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B054AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B054AF; }

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

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

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

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

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

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

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

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