#B163A2

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

Shades of Violet Blue #B163A2

Tints of Violet Blue #B163A2

Color information

#B163A2 (or 0xB163A2) is unknown color: approx Violet Blue. HEX triplet: B1, 63 and A2. RGB value is (177,99,162). Sum of RGB (Red+Green+Blue) = 177+99+162=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B163A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B163A2 is #4E9C5D. Grayscale: #818181. Windows color (decimal): -5151838 or 10642353. OLE color: 10642353.

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

Color convert

RGB17799162-
CMYK00.440.080.31
HSL311.54º33.33%54.12%-
HSV(B)311.54º44.07%69.41%-
XYZ29.1120.8836.68-
YUV129.5146.34161.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 99 (39.06% from 255) = 22.60%
BLUE value IS 162 (63.67% from 255) = 36.99%
R=40.41%
G=22.60%
B=36.99%

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
Decimal1779916200.440.080.31311.5433.3354.12
HexB163A202C81F1382136
Octal26114324205410374704166
Binary101100011100011101000100101100100011111100111000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B163A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B163A2; }

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

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

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

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

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

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

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

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