#B46DB4

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

Shades of Fuchsia #B46DB4

Tints of Fuchsia #B46DB4

Color information

#B46DB4 (or 0xB46DB4) is unknown color: approx Fuchsia. HEX triplet: B4, 6D and B4. RGB value is (180,109,180). Sum of RGB (Red+Green+Blue) = 180+109+180=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B46DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46DB4 is #4B924B. Grayscale: #8A8A8A. Windows color (decimal): -4952652 or 11824564. OLE color: 11824564.

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

Color convert

RGB180109180-
CMYK00.3900.29
HSL300º32.13%56.67%-
HSV(B)300º39.44%70.59%-
XYZ32.5323.9446.09-
YUV138.32151.52157.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 109 (42.97% from 255) = 23.24%
BLUE value IS 180 (70.70% from 255) = 38.38%
R=38.38%
G=23.24%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010918000.3900.2930032.1356.67
HexB46DB402701D12c2039
Octal2641552640470354544071
Binary101101001101101101101000100111011101100101100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46DB4; }

 p { color: rgb(180,109,180); }

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

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

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

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

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

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

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