#B46FB8

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

Shades of Fuchsia #B46FB8

Tints of Fuchsia #B46FB8

Color information

#B46FB8 (or 0xB46FB8) is unknown color: approx Fuchsia. HEX triplet: B4, 6F and B8. RGB value is (180,111,184). Sum of RGB (Red+Green+Blue) = 180+111+184=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 184 - color contains mainly: blue. Hex color #B46FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46FB8 is #4B9047. Grayscale: #8B8B8B. Windows color (decimal): -4952136 or 12087220. OLE color: 12087220.

HSL color Cylindrical-coordinate representation of color #B46FB8: hue angle of 296.71º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B46FB8 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB180111184-
CMYK0.020.4000.28
HSL296.71º33.95%57.84%-
HSV(B)296.71º39.67%72.16%-
XYZ33.1624.5348.34-
YUV139.95152.86156.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 111 (43.75% from 255) = 23.37%
BLUE value IS 184 (72.27% from 255) = 38.74%
R=37.89%
G=23.37%
B=38.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801111840.020.4000.28296.7133.9557.84
HexB46FB822801C129223a
Octal2641572702500344514272
Binary1011010011011111011100010101000011100100101001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46FB8; }

 p { color: rgb(180,111,184); }

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

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

 a { background-color: rgb(180,111,184); }

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

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

 span { border-color: rgb(180,111,184); }

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