#B166B0

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

Shades of Violet Blue #B166B0

Tints of Violet Blue #B166B0

Color information

#B166B0 (or 0xB166B0) is unknown color: approx Violet Blue. HEX triplet: B1, 66 and B0. RGB value is (177,102,176). Sum of RGB (Red+Green+Blue) = 177+102+176=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B166B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B166B0 is #4E994F. Grayscale: #848484. Windows color (decimal): -5151056 or 11560625. OLE color: 11560625.

HSL color Cylindrical-coordinate representation of color #B166B0: hue angle of 300.8º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B166B0 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB177102176-
CMYK00.420.010.31
HSL300.8º32.47%54.71%-
HSV(B)300.8º42.37%69.41%-
XYZ30.7221.9843.7-
YUV132.86152.35159.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.90%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 176 (69.14% from 255) = 38.68%
R=38.90%
G=22.42%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710217600.420.010.31300.832.4754.71
HexB166B002A11F12d2037
Octal2611462600521374554067
Binary101100011100110101100000101010111111100101101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B166B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B166B0; }

 p { color: rgb(177,102,176); }

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

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

 a { background-color: rgb(177,102,176); }

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

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

 span { border-color: rgb(177,102,176); }

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