#B163AB

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

Shades of Violet Blue #B163AB

Tints of Violet Blue #B163AB

Color information

#B163AB (or 0xB163AB) is unknown color: approx Violet Blue. HEX triplet: B1, 63 and AB. RGB value is (177,99,171). Sum of RGB (Red+Green+Blue) = 177+99+171=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B163AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B163AB is #4E9C54. Grayscale: #828282. Windows color (decimal): -5151829 or 11232177. OLE color: 11232177.

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

Color convert

RGB17799171-
CMYK00.440.030.31
HSL304.62º33.33%54.12%-
HSV(B)304.62º44.07%69.41%-
XYZ29.9421.2141.04-
YUV130.53150.84161.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.60%
GREEN value IS 99 (39.06% from 255) = 22.15%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=39.60%
G=22.15%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779917100.440.030.31304.6233.3354.12
HexB163AB02C31F1312136
Octal2611432530543374614166
Binary1011000111000111010101101011001111111100110001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B163AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B163AB; }

 p { color: rgb(177,99,171); }

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

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

 a { background-color: rgb(177,99,171); }

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

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

 span { border-color: rgb(177,99,171); }

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