#B161AD

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

Shades of Violet Blue #B161AD

Tints of Violet Blue #B161AD

Color information

#B161AD (or 0xB161AD) is unknown color: approx Violet Blue. HEX triplet: B1, 61 and AD. RGB value is (177,97,173). Sum of RGB (Red+Green+Blue) = 177+97+173=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B161AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B161AD is #4E9E52. Grayscale: #818181. Windows color (decimal): -5152339 or 11362737. OLE color: 11362737.

HSL color Cylindrical-coordinate representation of color #B161AD: hue angle of 303º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B161AD is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17797173-
CMYK00.450.020.31
HSL303º33.9%53.73%-
HSV(B)303º45.2%69.41%-
XYZ29.9520.9141.99-
YUV129.58152.5161.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.60%
GREEN value IS 97 (38.28% from 255) = 21.70%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=39.60%
G=21.70%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779717300.450.020.3130333.953.73
HexB161AD02D21F12f2236
Octal2611412550552374574266
Binary1011000111000011010110101011011011111100101111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B161AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B161AD; }

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

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

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

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

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

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

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

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