#B163AD

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

Shades of Violet Blue #B163AD

Tints of Violet Blue #B163AD

Color information

#B163AD (or 0xB163AD) is unknown color: approx Violet Blue. HEX triplet: B1, 63 and AD. RGB value is (177,99,173). Sum of RGB (Red+Green+Blue) = 177+99+173=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B163AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B163AD is #4E9C52. Grayscale: #828282. Windows color (decimal): -5151827 or 11363249. OLE color: 11363249.

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

Color convert

RGB17799173-
CMYK00.440.020.31
HSL303.08º33.33%54.12%-
HSV(B)303.08º44.07%69.41%-
XYZ30.1421.2942.06-
YUV130.76151.84160.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 99 (39.06% from 255) = 22.05%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=39.42%
G=22.05%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779917300.440.020.31303.0833.3354.12
HexB163AD02C21F12f2136
Octal2611432550542374574166
Binary1011000111000111010110101011001011111100101111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B163AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B163AD; }

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

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

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

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

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

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

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

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