#B46FB5

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

Shades of Fuchsia #B46FB5

Tints of Fuchsia #B46FB5

Color information

#B46FB5 (or 0xB46FB5) is unknown color: approx Fuchsia. HEX triplet: B4, 6F and B5. RGB value is (180,111,181). Sum of RGB (Red+Green+Blue) = 180+111+181=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 181 - color contains mainly: blue. Hex color #B46FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46FB5 is #4B904A. Grayscale: #8B8B8B. Windows color (decimal): -4952139 or 11890612. OLE color: 11890612.

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

Color convert

RGB180111181-
CMYK0.010.3900.29
HSL299.14º32.11%57.25%-
HSV(B)299.14º38.67%70.98%-
XYZ32.8524.4146.7-
YUV139.61151.36156.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 111 (43.75% from 255) = 23.52%
BLUE value IS 181 (71.09% from 255) = 38.35%
R=38.14%
G=23.52%
B=38.35%

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
Decimal1801111810.010.3900.29299.1432.1157.25
HexB46FB512701D12b2039
Octal2641572651470354534071
Binary101101001101111101101011100111011101100101011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46FB5; }

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

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

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

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

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

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

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

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