#B164BA

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

Shades of Fuchsia #B164BA

Tints of Fuchsia #B164BA

Color information

#B164BA (or 0xB164BA) is unknown color: approx Fuchsia. HEX triplet: B1, 64 and BA. RGB value is (177,100,186). Sum of RGB (Red+Green+Blue) = 177+100+186=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #B164BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B164BA is #4E9B45. Grayscale: #848484. Windows color (decimal): -5151558 or 12215473. OLE color: 12215473.

HSL color Cylindrical-coordinate representation of color #B164BA: hue angle of 293.72º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B164BA is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177100186-
CMYK0.050.4600.27
HSL293.72º38.39%56.08%-
HSV(B)293.72º46.24%72.94%-
XYZ31.5522.0149.04-
YUV132.83158.01159.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 100 (39.45% from 255) = 21.60%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=38.23%
G=21.60%
B=40.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771001860.050.4600.27293.7238.3956.08
HexB164BA52E01B1262638
Octal2611442725560334464670
Binary10110001110010010111010101101110011011100100110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B164BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B164BA; }

 p { color: rgb(177,100,186); }

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

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

 a { background-color: rgb(177,100,186); }

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

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

 span { border-color: rgb(177,100,186); }

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