#B167BE

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

Shades of Fuchsia #B167BE

Tints of Fuchsia #B167BE

Color information

#B167BE (or 0xB167BE) is unknown color: approx Fuchsia. HEX triplet: B1, 67 and BE. RGB value is (177,103,190). Sum of RGB (Red+Green+Blue) = 177+103+190=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #B167BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B167BE is #4E9841. Grayscale: #868686. Windows color (decimal): -5150786 or 12478385. OLE color: 12478385.

HSL color Cylindrical-coordinate representation of color #B167BE: hue angle of 291.03º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B167BE is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177103190-
CMYK0.070.4600.25
HSL291.03º40.09%57.45%-
HSV(B)291.03º45.79%74.51%-
XYZ32.2822.7751.41-
YUV135.04159.02157.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 103 (40.62% from 255) = 21.91%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=37.66%
G=21.91%
B=40.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771031900.070.4600.25291.0340.0957.45
HexB167BE72E0191232839
Octal2611472767560314435071
Binary10110001110011110111110111101110011001100100011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B167BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B167BE; }

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

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

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

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

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

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

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

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