#B163A3

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

Shades of Violet Blue #B163A3

Tints of Violet Blue #B163A3

Color information

#B163A3 (or 0xB163A3) is unknown color: approx Violet Blue. HEX triplet: B1, 63 and A3. RGB value is (177,99,163). Sum of RGB (Red+Green+Blue) = 177+99+163=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B163A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B163A3 is #4E9C5C. Grayscale: #818181. Windows color (decimal): -5151837 or 10707889. OLE color: 10707889.

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

Color convert

RGB17799163-
CMYK00.440.080.31
HSL310.77º33.33%54.12%-
HSV(B)310.77º44.07%69.41%-
XYZ29.220.9237.15-
YUV129.62146.84161.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 99 (39.06% from 255) = 22.55%
BLUE value IS 163 (64.06% from 255) = 37.13%
R=40.32%
G=22.55%
B=37.13%

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
Decimal1779916300.440.080.31310.7733.3354.12
HexB163A302C81F1372136
Octal26114324305410374674166
Binary101100011100011101000110101100100011111100110111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B163A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B163A3; }

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

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

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

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

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

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

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

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