#B46AB7

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

Shades of Fuchsia #B46AB7

Tints of Fuchsia #B46AB7

Color information

#B46AB7 (or 0xB46AB7) is unknown color: approx Fuchsia. HEX triplet: B4, 6A and B7. RGB value is (180,106,183). Sum of RGB (Red+Green+Blue) = 180+106+183=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 183 - color contains mainly: blue. Hex color #B46AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46AB7 is #4B9548. Grayscale: #888888. Windows color (decimal): -4953417 or 12020404. OLE color: 12020404.

HSL color Cylindrical-coordinate representation of color #B46AB7: hue angle of 297.66º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B46AB7 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB180106183-
CMYK0.020.4200.28
HSL297.66º34.84%56.67%-
HSV(B)297.66º42.08%71.76%-
XYZ32.5223.4347.61-
YUV136.9154.02158.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 106 (41.80% from 255) = 22.60%
BLUE value IS 183 (71.88% from 255) = 39.02%
R=38.38%
G=22.60%
B=39.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801061830.020.4200.28297.6634.8456.67
HexB46AB722A01C12a2339
Octal2641522672520344524371
Binary1011010011010101011011110101010011100100101010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46AB7; }

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

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

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

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

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

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

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

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