#B46AC1

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

Shades of Fuchsia #B46AC1

Tints of Fuchsia #B46AC1

Color information

#B46AC1 (or 0xB46AC1) is unknown color: approx Fuchsia. HEX triplet: B4, 6A and C1. RGB value is (180,106,193). Sum of RGB (Red+Green+Blue) = 180+106+193=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #B46AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46AC1 is #4B953E. Grayscale: #898989. Windows color (decimal): -4953407 or 12675764. OLE color: 12675764.

HSL color Cylindrical-coordinate representation of color #B46AC1: hue angle of 291.03º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B46AC1 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180106193-
CMYK0.070.4500.24
HSL291.03º41.23%58.63%-
HSV(B)291.03º45.08%75.69%-
XYZ33.623.8653.29-
YUV138.04159.02157.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 106 (41.80% from 255) = 22.13%
BLUE value IS 193 (75.78% from 255) = 40.29%
R=37.58%
G=22.13%
B=40.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801061930.070.4500.24291.0341.2358.63
HexB46AC172D018123293b
Octal2641523017550304435173
Binary10110100110101011000001111101101011000100100011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46AC1; }

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

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

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

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

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

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

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

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