#B654AB

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

Shades of Fuchsia #B654AB

Tints of Fuchsia #B654AB

Color information

#B654AB (or 0xB654AB) is unknown color: approx Fuchsia. HEX triplet: B6, 54 and AB. RGB value is (182,84,171). Sum of RGB (Red+Green+Blue) = 182+84+171=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B654AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B654AB is #49AB54. Grayscale: #7A7A7A. Windows color (decimal): -4827989 or 11228342. OLE color: 11228342.

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

Color convert

RGB18284171-
CMYK00.540.060.29
HSL306.73º40.16%52.16%-
HSV(B)306.73º53.85%71.37%-
XYZ29.8119.2340.67-
YUV123.22154.97169.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.65%
GREEN value IS 84 (33.20% from 255) = 19.22%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=41.65%
G=19.22%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828417100.540.060.29306.7340.1652.16
HexB654AB03661D1332834
Octal2661242530666354635064
Binary10110110101010010101011011011011011101100110011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B654AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B654AB; }

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

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

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

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

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

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

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

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