#B46BB4

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

Shades of Fuchsia #B46BB4

Tints of Fuchsia #B46BB4

Color information

#B46BB4 (or 0xB46BB4) is unknown color: approx Fuchsia. HEX triplet: B4, 6B and B4. RGB value is (180,107,180). Sum of RGB (Red+Green+Blue) = 180+107+180=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B46BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46BB4 is #4B944B. Grayscale: #888888. Windows color (decimal): -4953164 or 11824052. OLE color: 11824052.

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

Color convert

RGB180107180-
CMYK00.4100.29
HSL300º32.74%56.27%-
HSV(B)300º40.56%70.59%-
XYZ32.3223.5146.02-
YUV137.15152.18158.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 107 (42.19% from 255) = 22.91%
BLUE value IS 180 (70.70% from 255) = 38.54%
R=38.54%
G=22.91%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010718000.4100.2930032.7456.27
HexB46BB402901D12c2138
Octal2641532640510354544170
Binary101101001101011101101000101001011101100101100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46BB4; }

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

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

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

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

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

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

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

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