#B46DB5

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

Shades of Fuchsia #B46DB5

Tints of Fuchsia #B46DB5

Color information

#B46DB5 (or 0xB46DB5) is unknown color: approx Fuchsia. HEX triplet: B4, 6D and B5. RGB value is (180,109,181). Sum of RGB (Red+Green+Blue) = 180+109+181=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 181 - color contains mainly: blue. Hex color #B46DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46DB5 is #4B924A. Grayscale: #8A8A8A. Windows color (decimal): -4952651 or 11890100. OLE color: 11890100.

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

Color convert

RGB180109181-
CMYK0.010.4000.29
HSL299.17º32.73%56.86%-
HSV(B)299.17º39.78%70.98%-
XYZ32.6323.9846.62-
YUV138.44152.02157.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 109 (42.97% from 255) = 23.19%
BLUE value IS 181 (71.09% from 255) = 38.51%
R=38.30%
G=23.19%
B=38.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801091810.010.4000.29299.1732.7356.86
HexB46DB512801D12b2139
Octal2641552651500354534171
Binary101101001101101101101011101000011101100101011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46DB5; }

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

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

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

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

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

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

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

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