#B164A1

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

Shades of Violet Blue #B164A1

Tints of Violet Blue #B164A1

Color information

#B164A1 (or 0xB164A1) is unknown color: approx Violet Blue. HEX triplet: B1, 64 and A1. RGB value is (177,100,161). Sum of RGB (Red+Green+Blue) = 177+100+161=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B164A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B164A1 is #4E9B5E. Grayscale: #818181. Windows color (decimal): -5151583 or 10577073. OLE color: 10577073.

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

Color convert

RGB177100161-
CMYK00.440.090.31
HSL312.47º33.05%54.31%-
HSV(B)312.47º43.5%69.41%-
XYZ29.1221.0336.24-
YUV129.98145.51161.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 100 (39.45% from 255) = 22.83%
BLUE value IS 161 (63.28% from 255) = 36.76%
R=40.41%
G=22.83%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710016100.440.090.31312.4733.0554.31
HexB164A102C91F1382136
Octal26114424105411374704166
Binary101100011100100101000010101100100111111100111000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B164A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B164A1; }

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

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

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

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

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

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

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

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