#B3969E

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

Shades of Viola #B3969E

Tints of Viola #B3969E

Color information

#B3969E (or 0xB3969E) is unknown color: approx Viola. HEX triplet: B3, 96 and 9E. RGB value is (179,150,158). Sum of RGB (Red+Green+Blue) = 179+150+158=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 179 - color contains mainly: red. Hex color #B3969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3969E is #4C6961. Grayscale: #9F9F9F. Windows color (decimal): -5007714 or 10393267. OLE color: 10393267.

HSL color Cylindrical-coordinate representation of color #B3969E: hue angle of 343.45º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3969E is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB179150158-
CMYK00.160.120.30
HSL343.45º16.02%64.51%-
HSV(B)343.45º16.2%70.2%-
XYZ35.6733.8737-
YUV159.58127.11141.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 150 (58.98% from 255) = 30.80%
BLUE value IS 158 (62.11% from 255) = 32.44%
R=36.76%
G=30.80%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915015800.160.120.30343.4516.0264.51
HexB3969E010C1E1571041
Octal263226236020143652720101
Binary101100111001011010011110010000110011110101010111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3969E; }

 p { color: rgb(179,150,158); }

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

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

 a { background-color: rgb(179,150,158); }

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

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

 span { border-color: rgb(179,150,158); }

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