#B654AA

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

Shades of Fuchsia #B654AA

Tints of Fuchsia #B654AA

Color information

#B654AA (or 0xB654AA) is unknown color: approx Fuchsia. HEX triplet: B6, 54 and AA. RGB value is (182,84,170). Sum of RGB (Red+Green+Blue) = 182+84+170=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B654AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B654AA is #49AB55. Grayscale: #7A7A7A. Windows color (decimal): -4827990 or 11162806. OLE color: 11162806.

HSL color Cylindrical-coordinate representation of color #B654AA: hue angle of 307.35º 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 #B654AA is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18284170-
CMYK00.540.070.29
HSL307.35º40.16%52.16%-
HSV(B)307.35º53.85%71.37%-
XYZ29.7219.1940.17-
YUV123.11154.47170.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.74%
GREEN value IS 84 (33.20% from 255) = 19.27%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=41.74%
G=19.27%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828417000.540.070.29307.3540.1652.16
HexB654AA03671D1332834
Octal2661242520667354635064
Binary10110110101010010101010011011011111101100110011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B654AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B654AA; }

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

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

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

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

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

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

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

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