#B160B9

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

Shades of Fuchsia #B160B9

Tints of Fuchsia #B160B9

Color information

#B160B9 (or 0xB160B9) is unknown color: approx Fuchsia. HEX triplet: B1, 60 and B9. RGB value is (177,96,185). Sum of RGB (Red+Green+Blue) = 177+96+185=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #B160B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160B9 is #4E9F46. Grayscale: #828282. Windows color (decimal): -5152583 or 12148913. OLE color: 12148913.

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

Color convert

RGB17796185-
CMYK0.040.4800.27
HSL294.61º38.86%55.1%-
HSV(B)294.61º48.11%72.55%-
XYZ31.0721.2248.36-
YUV130.36158.84161.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.65%
GREEN value IS 96 (37.89% from 255) = 20.96%
BLUE value IS 185 (72.66% from 255) = 40.39%
R=38.65%
G=20.96%
B=40.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177961850.040.4800.27294.6138.8655.1
HexB160B943001B1272737
Octal2611402714600334474767
Binary10110001110000010111001100110000011011100100111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B160B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B160B9; }

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

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

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

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

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

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

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

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