#B46ABF

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

Shades of Fuchsia #B46ABF

Tints of Fuchsia #B46ABF

Color information

#B46ABF (or 0xB46ABF) is unknown color: approx Fuchsia. HEX triplet: B4, 6A and BF. RGB value is (180,106,191). Sum of RGB (Red+Green+Blue) = 180+106+191=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #B46ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ABF is #4B9540. Grayscale: #898989. Windows color (decimal): -4953409 or 12544692. OLE color: 12544692.

HSL color Cylindrical-coordinate representation of color #B46ABF: hue angle of 292.24º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B46ABF is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180106191-
CMYK0.060.4500.25
HSL292.24º39.91%58.24%-
HSV(B)292.24º44.5%74.9%-
XYZ33.3823.7752.12-
YUV137.82158.02158.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 106 (41.80% from 255) = 22.22%
BLUE value IS 191 (75% from 255) = 40.04%
R=37.74%
G=22.22%
B=40.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801061910.060.4500.25292.2439.9158.24
HexB46ABF62D019124283a
Octal2641522776550314445072
Binary10110100110101010111111110101101011001100100100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46ABF; }

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

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

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

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

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

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

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

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