#B1629E

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

Shades of Violet Blue #B1629E

Tints of Violet Blue #B1629E

Color information

#B1629E (or 0xB1629E) is unknown color: approx Violet Blue. HEX triplet: B1, 62 and 9E. RGB value is (177,98,158). Sum of RGB (Red+Green+Blue) = 177+98+158=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1629E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1629E is #4E9D61. Grayscale: #808080. Windows color (decimal): -5152098 or 10379953. OLE color: 10379953.

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

Color convert

RGB17798158-
CMYK00.450.110.31
HSL314.43º33.62%53.92%-
HSV(B)314.43º44.63%69.41%-
XYZ28.6720.5534.8-
YUV128.46144.67162.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 98 (38.67% from 255) = 22.63%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=40.88%
G=22.63%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779815800.450.110.31314.4333.6253.92
HexB1629E02DB1F13a2236
Octal26114223605513374724266
Binary101100011100010100111100101101101111111100111010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1629E; }

 p { color: rgb(177,98,158); }

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

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

 a { background-color: rgb(177,98,158); }

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

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

 span { border-color: rgb(177,98,158); }

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