#B46FBC

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

Shades of Fuchsia #B46FBC

Tints of Fuchsia #B46FBC

Color information

#B46FBC (or 0xB46FBC) is unknown color: approx Fuchsia. HEX triplet: B4, 6F and BC. RGB value is (180,111,188). Sum of RGB (Red+Green+Blue) = 180+111+188=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #B46FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46FBC is #4B9043. Grayscale: #8C8C8C. Windows color (decimal): -4952132 or 12349364. OLE color: 12349364.

HSL color Cylindrical-coordinate representation of color #B46FBC: hue angle of 293.77º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B46FBC is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180111188-
CMYK0.040.4100.26
HSL293.77º36.49%58.63%-
HSV(B)293.77º40.96%73.73%-
XYZ33.5824.750.58-
YUV140.41154.86156.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 111 (43.75% from 255) = 23.17%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=37.58%
G=23.17%
B=39.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801111880.040.4100.26293.7736.4958.63
HexB46FBC42901A126243b
Octal2641572744510324464473
Binary10110100110111110111100100101001011010100100110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46FBC; }

 p { color: rgb(180,111,188); }

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

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

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

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

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

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

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