#B1639C

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

Shades of Violet Blue #B1639C

Tints of Violet Blue #B1639C

Color information

#B1639C (or 0xB1639C) is unknown color: approx Violet Blue. HEX triplet: B1, 63 and 9C. RGB value is (177,99,156). Sum of RGB (Red+Green+Blue) = 177+99+156=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1639C is #4E9C63. Grayscale: #808080. Windows color (decimal): -5151844 or 10249137. OLE color: 10249137.

HSL color Cylindrical-coordinate representation of color #B1639C: hue angle of 316.15º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1639C is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17799156-
CMYK00.440.120.31
HSL316.15º33.33%54.12%-
HSV(B)316.15º44.07%69.41%-
XYZ28.5920.6733.94-
YUV128.82143.34162.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 99 (39.06% from 255) = 22.92%
BLUE value IS 156 (61.33% from 255) = 36.11%
R=40.97%
G=22.92%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779915600.440.120.31316.1533.3354.12
HexB1639C02CC1F13c2136
Octal26114323405414374744166
Binary101100011100011100111000101100110011111100111100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1639C; }

 p { color: rgb(177,99,156); }

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

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

 a { background-color: rgb(177,99,156); }

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

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

 span { border-color: rgb(177,99,156); }

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