#B0969C

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

Shades of Viola #B0969C

Tints of Viola #B0969C

Color information

#B0969C (or 0xB0969C) is unknown color: approx Viola. HEX triplet: B0, 96 and 9C. RGB value is (176,150,156). Sum of RGB (Red+Green+Blue) = 176+150+156=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B0969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0969C is #4F6963. Grayscale: #9E9E9E. Windows color (decimal): -5204324 or 10262192. OLE color: 10262192.

HSL color Cylindrical-coordinate representation of color #B0969C: hue angle of 346.15º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0969C is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB176150156-
CMYK00.150.110.31
HSL346.15º14.13%63.92%-
HSV(B)346.15º14.77%69.02%-
XYZ34.8133.4436.07-
YUV158.46126.61140.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 150 (58.98% from 255) = 31.12%
BLUE value IS 156 (61.33% from 255) = 32.37%
R=36.51%
G=31.12%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615015600.150.110.31346.1514.1363.92
HexB0969C0FB1F15ae40
Octal260226234017133753216100
Binary1011000010010110100111000111110111111110101101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0969C; }

 p { color: rgb(176,150,156); }

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

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

 a { background-color: rgb(176,150,156); }

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

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

 span { border-color: rgb(176,150,156); }

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