#B167BA

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

Shades of Fuchsia #B167BA

Tints of Fuchsia #B167BA

Color information

#B167BA (or 0xB167BA) is unknown color: approx Fuchsia. HEX triplet: B1, 67 and BA. RGB value is (177,103,186). Sum of RGB (Red+Green+Blue) = 177+103+186=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #B167BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B167BA is #4E9845. Grayscale: #868686. Windows color (decimal): -5150790 or 12216241. OLE color: 12216241.

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

Color convert

RGB177103186-
CMYK0.050.4500.27
HSL293.49º37.56%56.67%-
HSV(B)293.49º44.62%72.94%-
XYZ31.8422.5949.14-
YUV134.59157.02158.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 103 (40.62% from 255) = 22.10%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=37.98%
G=22.10%
B=39.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771031860.050.4500.27293.4937.5656.67
HexB167BA52D01B1252639
Octal2611472725550334454671
Binary10110001110011110111010101101101011011100100101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B167BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B167BA; }

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

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

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

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

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

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

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

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