#B16CB9

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

Shades of Fuchsia #B16CB9

Tints of Fuchsia #B16CB9

Color information

#B16CB9 (or 0xB16CB9) is unknown color: approx Fuchsia. HEX triplet: B1, 6C and B9. RGB value is (177,108,185). Sum of RGB (Red+Green+Blue) = 177+108+185=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 185 - color contains mainly: blue. Hex color #B16CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16CB9 is #4E9346. Grayscale: #898989. Windows color (decimal): -5149511 or 12151985. OLE color: 12151985.

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

Color convert

RGB177108185-
CMYK0.040.4200.27
HSL293.77º35.48%57.45%-
HSV(B)293.77º41.62%72.55%-
XYZ32.2523.5848.75-
YUV137.41154.86156.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 108 (42.58% from 255) = 22.98%
BLUE value IS 185 (72.66% from 255) = 39.36%
R=37.66%
G=22.98%
B=39.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771081850.040.4200.27293.7735.4857.45
HexB16CB942A01B1262339
Octal2611542714520334464371
Binary10110001110110010111001100101010011011100100110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16CB9; }

 p { color: rgb(177,108,185); }

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

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

 a { background-color: rgb(177,108,185); }

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

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

 span { border-color: rgb(177,108,185); }

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