#B170BA

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

Shades of Fuchsia #B170BA

Tints of Fuchsia #B170BA

Color information

#B170BA (or 0xB170BA) is unknown color: approx Fuchsia. HEX triplet: B1, 70 and BA. RGB value is (177,112,186). Sum of RGB (Red+Green+Blue) = 177+112+186=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #B170BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B170BA is #4E8F45. Grayscale: #8B8B8B. Windows color (decimal): -5148486 or 12218545. OLE color: 12218545.

HSL color Cylindrical-coordinate representation of color #B170BA: hue angle of 292.7º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B170BA is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177112186-
CMYK0.050.4000.27
HSL292.7º34.91%58.43%-
HSV(B)292.7º39.78%72.94%-
XYZ32.7924.4849.45-
YUV139.87154.03154.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 112 (44.14% from 255) = 23.58%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=37.26%
G=23.58%
B=39.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771121860.050.4000.27292.734.9158.43
HexB170BA52801B125233a
Octal2611602725500334454372
Binary10110001111000010111010101101000011011100100101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B170BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B170BA; }

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

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

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

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

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

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

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

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