#B46FB3

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

Shades of Fuchsia #B46FB3

Tints of Fuchsia #B46FB3

Color information

#B46FB3 (or 0xB46FB3) is unknown color: approx Fuchsia. HEX triplet: B4, 6F and B3. RGB value is (180,111,179). Sum of RGB (Red+Green+Blue) = 180+111+179=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B46FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46FB3 is #4B904C. Grayscale: #8B8B8B. Windows color (decimal): -4952141 or 11759540. OLE color: 11759540.

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

Color convert

RGB180111179-
CMYK00.380.010.29
HSL300.87º31.51%57.06%-
HSV(B)300.87º38.33%70.59%-
XYZ32.6424.3345.62-
YUV139.38150.36156.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 111 (43.75% from 255) = 23.62%
BLUE value IS 179 (70.31% from 255) = 38.09%
R=38.30%
G=23.62%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011117900.380.010.29300.8731.5157.06
HexB46FB302611D12d2039
Octal2641572630461354554071
Binary101101001101111101100110100110111101100101101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46FB3; }

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

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

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

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

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

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

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

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