#B16198

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

Shades of Violet Blue #B16198

Tints of Violet Blue #B16198

Color information

#B16198 (or 0xB16198) is unknown color: approx Violet Blue. HEX triplet: B1, 61 and 98. RGB value is (177,97,152). Sum of RGB (Red+Green+Blue) = 177+97+152=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B16198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16198 is #4E9E67. Grayscale: #7F7F7F. Windows color (decimal): -5152360 or 9986481. OLE color: 9986481.

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

Color convert

RGB17797152-
CMYK00.450.140.31
HSL318.75º33.9%53.73%-
HSV(B)318.75º45.2%69.41%-
XYZ28.0720.1632.12-
YUV127.19142163.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.55%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 152 (59.77% from 255) = 35.68%
R=41.55%
G=22.77%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779715200.450.140.31318.7533.953.73
HexB1619802DE1F13f2236
Octal26114123005516374774266
Binary101100011100001100110000101101111011111100111111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16198; }

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

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

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

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

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

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

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

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