#B168BB

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

Shades of Fuchsia #B168BB

Tints of Fuchsia #B168BB

Color information

#B168BB (or 0xB168BB) is unknown color: approx Fuchsia. HEX triplet: B1, 68 and BB. RGB value is (177,104,187). Sum of RGB (Red+Green+Blue) = 177+104+187=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #B168BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B168BB is #4E9744. Grayscale: #878787. Windows color (decimal): -5150533 or 12282033. OLE color: 12282033.

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

Color convert

RGB177104187-
CMYK0.050.4400.27
HSL292.77º37.9%57.06%-
HSV(B)292.77º44.39%73.33%-
XYZ32.0522.8449.73-
YUV135.29157.18157.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 104 (41.02% from 255) = 22.22%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=37.82%
G=22.22%
B=39.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771041870.050.4400.27292.7737.957.06
HexB168BB52C01B1252639
Octal2611502735540334454671
Binary10110001110100010111011101101100011011100100101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B168BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B168BB; }

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

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

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

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

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

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

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

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