#B46BB2

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

Shades of Fuchsia #B46BB2

Tints of Fuchsia #B46BB2

Color information

#B46BB2 (or 0xB46BB2) is unknown color: approx Fuchsia. HEX triplet: B4, 6B and B2. RGB value is (180,107,178). Sum of RGB (Red+Green+Blue) = 180+107+178=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B46BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46BB2 is #4B944D. Grayscale: #888888. Windows color (decimal): -4953166 or 11692980. OLE color: 11692980.

HSL color Cylindrical-coordinate representation of color #B46BB2: hue angle of 301.64º degrees, saturation: 0.33, 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 #B46BB2 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB180107178-
CMYK00.410.010.29
HSL301.64º32.74%56.27%-
HSV(B)301.64º40.56%70.59%-
XYZ32.1223.4344.95-
YUV136.92151.18158.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 107 (42.19% from 255) = 23.01%
BLUE value IS 178 (69.92% from 255) = 38.28%
R=38.71%
G=23.01%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010717800.410.010.29301.6432.7456.27
HexB46BB202911D12e2138
Octal2641532620511354564170
Binary101101001101011101100100101001111101100101110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46BB2; }

 p { color: rgb(180,107,178); }

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

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

 a { background-color: rgb(180,107,178); }

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

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

 span { border-color: rgb(180,107,178); }

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