#B163BB

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

Shades of Fuchsia #B163BB

Tints of Fuchsia #B163BB

Color information

#B163BB (or 0xB163BB) is unknown color: approx Fuchsia. HEX triplet: B1, 63 and BB. RGB value is (177,99,187). Sum of RGB (Red+Green+Blue) = 177+99+187=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #B163BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163BB is #4E9C44. Grayscale: #848484. Windows color (decimal): -5151813 or 12280753. OLE color: 12280753.

HSL color Cylindrical-coordinate representation of color #B163BB: hue angle of 293.18º 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 #B163BB is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17799187-
CMYK0.050.4700.27
HSL293.18º39.29%56.08%-
HSV(B)293.18º47.06%73.33%-
XYZ31.5621.8649.57-
YUV132.35158.84159.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 99 (39.06% from 255) = 21.38%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=38.23%
G=21.38%
B=40.39%

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
Decimal177991870.050.4700.27293.1839.2956.08
HexB163BB52F01B1252738
Octal2611432735570334454770
Binary10110001110001110111011101101111011011100100101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B163BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B163BB; }

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

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

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

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

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

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

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

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