#B163BF

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

Shades of Fuchsia #B163BF

Tints of Fuchsia #B163BF

Color information

#B163BF (or 0xB163BF) is unknown color: approx Fuchsia. HEX triplet: B1, 63 and BF. RGB value is (177,99,191). Sum of RGB (Red+Green+Blue) = 177+99+191=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #B163BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163BF is #4E9C40. Grayscale: #848484. Windows color (decimal): -5151809 or 12542897. OLE color: 12542897.

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

Color convert

RGB17799191-
CMYK0.070.4800.25
HSL290.87º41.82%56.86%-
HSV(B)290.87º48.17%74.9%-
XYZ3222.0351.86-
YUV132.81160.84159.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 99 (39.06% from 255) = 21.20%
BLUE value IS 191 (75% from 255) = 40.90%
R=37.90%
G=21.20%
B=40.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177991910.070.4800.25290.8741.8256.86
HexB163BF7300191232a39
Octal2611432777600314435271
Binary10110001110001110111111111110000011001100100011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B163BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B163BF; }

 p { color: rgb(177,99,191); }

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

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

 a { background-color: rgb(177,99,191); }

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

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

 span { border-color: rgb(177,99,191); }

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