#B654AE

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

Shades of Fuchsia #B654AE

Tints of Fuchsia #B654AE

Color information

#B654AE (or 0xB654AE) is unknown color: approx Fuchsia. HEX triplet: B6, 54 and AE. RGB value is (182,84,174). Sum of RGB (Red+Green+Blue) = 182+84+174=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B654AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B654AE is #49AB51. Grayscale: #7B7B7B. Windows color (decimal): -4827986 or 11424950. OLE color: 11424950.

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

Color convert

RGB18284174-
CMYK00.540.040.29
HSL304.9º40.16%52.16%-
HSV(B)304.9º53.85%71.37%-
XYZ30.119.3442.19-
YUV123.56156.47169.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 84 (33.20% from 255) = 19.09%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=41.36%
G=19.09%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828417400.540.040.29304.940.1652.16
HexB654AE03641D1312834
Octal2661242560664354615064
Binary10110110101010010101110011011010011101100110001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B654AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B654AE; }

 p { color: rgb(182,84,174); }

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

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

 a { background-color: rgb(182,84,174); }

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

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

 span { border-color: rgb(182,84,174); }

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