#B1649B

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

Shades of Violet Blue #B1649B

Tints of Violet Blue #B1649B

Color information

#B1649B (or 0xB1649B) is unknown color: approx Violet Blue. HEX triplet: B1, 64 and 9B. RGB value is (177,100,155). Sum of RGB (Red+Green+Blue) = 177+100+155=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1649B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1649B is #4E9B64. Grayscale: #818181. Windows color (decimal): -5151589 or 10183857. OLE color: 10183857.

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

Color convert

RGB177100155-
CMYK00.440.120.31
HSL317.14º33.05%54.31%-
HSV(B)317.14º43.5%69.41%-
XYZ28.6120.8333.52-
YUV129.29142.51162.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 100 (39.45% from 255) = 23.15%
BLUE value IS 155 (60.94% from 255) = 35.88%
R=40.97%
G=23.15%
B=35.88%

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
Decimal17710015500.440.120.31317.1433.0554.31
HexB1649B02CC1F13d2136
Octal26114423305414374754166
Binary101100011100100100110110101100110011111100111101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1649B; }

 p { color: rgb(177,100,155); }

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

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

 a { background-color: rgb(177,100,155); }

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

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

 span { border-color: rgb(177,100,155); }

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