#B164A3

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

Shades of Violet Blue #B164A3

Tints of Violet Blue #B164A3

Color information

#B164A3 (or 0xB164A3) is unknown color: approx Violet Blue. HEX triplet: B1, 64 and A3. RGB value is (177,100,163). Sum of RGB (Red+Green+Blue) = 177+100+163=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B164A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B164A3 is #4E9B5C. Grayscale: #828282. Windows color (decimal): -5151581 or 10708145. OLE color: 10708145.

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

Color convert

RGB177100163-
CMYK00.440.080.31
HSL310.91º33.05%54.31%-
HSV(B)310.91º43.5%69.41%-
XYZ29.321.1137.18-
YUV130.2146.51161.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.23%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 163 (64.06% from 255) = 37.05%
R=40.23%
G=22.73%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710016300.440.080.31310.9133.0554.31
HexB164A302C81F1372136
Octal26114424305410374674166
Binary101100011100100101000110101100100011111100110111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B164A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B164A3; }

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

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

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

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

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

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

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

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