#B46DB3

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

Shades of Fuchsia #B46DB3

Tints of Fuchsia #B46DB3

Color information

#B46DB3 (or 0xB46DB3) is unknown color: approx Fuchsia. HEX triplet: B4, 6D and B3. RGB value is (180,109,179). Sum of RGB (Red+Green+Blue) = 180+109+179=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B46DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46DB3 is #4B924C. Grayscale: #8A8A8A. Windows color (decimal): -4952653 or 11759028. OLE color: 11759028.

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

Color convert

RGB180109179-
CMYK00.390.010.29
HSL300.85º32.13%56.67%-
HSV(B)300.85º39.44%70.59%-
XYZ32.4323.945.55-
YUV138.21151.02157.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 109 (42.97% from 255) = 23.29%
BLUE value IS 179 (70.31% from 255) = 38.25%
R=38.46%
G=23.29%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010917900.390.010.29300.8532.1356.67
HexB46DB302711D12d2039
Octal2641552630471354554071
Binary101101001101101101100110100111111101100101101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46DB3; }

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

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

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

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

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

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

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

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