#B46BB3

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

Shades of Fuchsia #B46BB3

Tints of Fuchsia #B46BB3

Color information

#B46BB3 (or 0xB46BB3) is unknown color: approx Fuchsia. HEX triplet: B4, 6B and B3. RGB value is (180,107,179). Sum of RGB (Red+Green+Blue) = 180+107+179=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B46BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46BB3 is #4B944C. Grayscale: #888888. Windows color (decimal): -4953165 or 11758516. OLE color: 11758516.

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

Color convert

RGB180107179-
CMYK00.410.010.29
HSL300.82º32.74%56.27%-
HSV(B)300.82º40.56%70.59%-
XYZ32.2223.4745.48-
YUV137.04151.68158.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 107 (42.19% from 255) = 22.96%
BLUE value IS 179 (70.31% from 255) = 38.41%
R=38.63%
G=22.96%
B=38.41%

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
Decimal18010717900.410.010.29300.8232.7456.27
HexB46BB302911D12d2138
Octal2641532630511354554170
Binary101101001101011101100110101001111101100101101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46BB3; }

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

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

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

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

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

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

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

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