#B46EB5

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

Shades of Fuchsia #B46EB5

Tints of Fuchsia #B46EB5

Color information

#B46EB5 (or 0xB46EB5) is unknown color: approx Fuchsia. HEX triplet: B4, 6E and B5. RGB value is (180,110,181). Sum of RGB (Red+Green+Blue) = 180+110+181=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 181 - color contains mainly: blue. Hex color #B46EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46EB5 is #4B914A. Grayscale: #8A8A8A. Windows color (decimal): -4952395 or 11890356. OLE color: 11890356.

HSL color Cylindrical-coordinate representation of color #B46EB5: hue angle of 299.15º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B46EB5 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB180110181-
CMYK0.010.3900.29
HSL299.15º32.42%57.06%-
HSV(B)299.15º39.23%70.98%-
XYZ32.7424.1946.66-
YUV139.02151.69157.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 110 (43.36% from 255) = 23.35%
BLUE value IS 181 (71.09% from 255) = 38.43%
R=38.22%
G=23.35%
B=38.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801101810.010.3900.29299.1532.4257.06
HexB46EB512701D12b2039
Octal2641562651470354534071
Binary101101001101110101101011100111011101100101011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46EB5; }

 p { color: rgb(180,110,181); }

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

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

 a { background-color: rgb(180,110,181); }

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

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

 span { border-color: rgb(180,110,181); }

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