#B1629A

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

Shades of Violet Blue #B1629A

Tints of Violet Blue #B1629A

Color information

#B1629A (or 0xB1629A) is unknown color: approx Violet Blue. HEX triplet: B1, 62 and 9A. RGB value is (177,98,154). Sum of RGB (Red+Green+Blue) = 177+98+154=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B1629A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1629A is #4E9D65. Grayscale: #7F7F7F. Windows color (decimal): -5152102 or 10117809. OLE color: 10117809.

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

Color convert

RGB17798154-
CMYK00.450.130.31
HSL317.47º33.62%53.92%-
HSV(B)317.47º44.63%69.41%-
XYZ28.3320.4233.02-
YUV128142.67162.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=41.26%
G=22.84%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779815400.450.130.31317.4733.6253.92
HexB1629A02DD1F13d2236
Octal26114223205515374754266
Binary101100011100010100110100101101110111111100111101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1629A; }

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

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

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

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

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

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

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

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