#B163BA

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

Shades of Fuchsia #B163BA

Tints of Fuchsia #B163BA

Color information

#B163BA (or 0xB163BA) is unknown color: approx Fuchsia. HEX triplet: B1, 63 and BA. RGB value is (177,99,186). Sum of RGB (Red+Green+Blue) = 177+99+186=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #B163BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163BA is #4E9C45. Grayscale: #838383. Windows color (decimal): -5151814 or 12215217. OLE color: 12215217.

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

Color convert

RGB17799186-
CMYK0.050.4700.27
HSL293.79º38.67%55.88%-
HSV(B)293.79º46.77%72.94%-
XYZ31.4621.8249.01-
YUV132.24158.34159.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.31%
GREEN value IS 99 (39.06% from 255) = 21.43%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=38.31%
G=21.43%
B=40.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177991860.050.4700.27293.7938.6755.88
HexB163BA52F01B1262738
Octal2611432725570334464770
Binary10110001110001110111010101101111011011100100110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B163BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B163BA; }

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

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

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

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

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

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

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

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