#B1629D

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

Shades of Violet Blue #B1629D

Tints of Violet Blue #B1629D

Color information

#B1629D (or 0xB1629D) is unknown color: approx Violet Blue. HEX triplet: B1, 62 and 9D. RGB value is (177,98,157). Sum of RGB (Red+Green+Blue) = 177+98+157=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1629D is #4E9D62. Grayscale: #808080. Windows color (decimal): -5152099 or 10314417. OLE color: 10314417.

HSL color Cylindrical-coordinate representation of color #B1629D: hue angle of 315.19º 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 #B1629D is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17798157-
CMYK00.450.110.31
HSL315.19º33.62%53.92%-
HSV(B)315.19º44.63%69.41%-
XYZ28.5820.5234.35-
YUV128.35144.17162.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=40.97%
G=22.69%
B=36.34%

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
Decimal1779815700.450.110.31315.1933.6253.92
HexB1629D02DB1F13b2236
Octal26114223505513374734266
Binary101100011100010100111010101101101111111100111011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1629D; }

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

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

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

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

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

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

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

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