#B46AB5

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

Shades of Fuchsia #B46AB5

Tints of Fuchsia #B46AB5

Color information

#B46AB5 (or 0xB46AB5) is unknown color: approx Fuchsia. HEX triplet: B4, 6A and B5. RGB value is (180,106,181). Sum of RGB (Red+Green+Blue) = 180+106+181=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 181 - color contains mainly: blue. Hex color #B46AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46AB5 is #4B954A. Grayscale: #888888. Windows color (decimal): -4953419 or 11889332. OLE color: 11889332.

HSL color Cylindrical-coordinate representation of color #B46AB5: hue angle of 299.2º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B46AB5 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB180106181-
CMYK0.010.4100.29
HSL299.2º33.63%56.27%-
HSV(B)299.2º41.44%70.98%-
XYZ32.3223.3546.52-
YUV136.68153.02158.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 106 (41.80% from 255) = 22.70%
BLUE value IS 181 (71.09% from 255) = 38.76%
R=38.54%
G=22.70%
B=38.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801061810.010.4100.29299.233.6356.27
HexB46AB512901D12b2238
Octal2641522651510354534270
Binary101101001101010101101011101001011101100101011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46AB5; }

 p { color: rgb(180,106,181); }

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

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

 a { background-color: rgb(180,106,181); }

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

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

 span { border-color: rgb(180,106,181); }

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