#B168B0

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

Shades of Violet Blue #B168B0

Tints of Violet Blue #B168B0

Color information

#B168B0 (or 0xB168B0) is unknown color: approx Violet Blue. HEX triplet: B1, 68 and B0. RGB value is (177,104,176). Sum of RGB (Red+Green+Blue) = 177+104+176=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B168B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B168B0 is #4E974F. Grayscale: #858585. Windows color (decimal): -5150544 or 11561137. OLE color: 11561137.

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

Color convert

RGB177104176-
CMYK00.410.010.31
HSL300.82º31.88%55.1%-
HSV(B)300.82º41.24%69.41%-
XYZ30.9222.3843.76-
YUV134.04151.68158.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 104 (41.02% from 255) = 22.76%
BLUE value IS 176 (69.14% from 255) = 38.51%
R=38.73%
G=22.76%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710417600.410.010.31300.8231.8855.1
HexB168B002911F12d2037
Octal2611502600511374554067
Binary101100011101000101100000101001111111100101101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B168B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B168B0; }

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

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

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

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

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

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

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

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