#B6949E

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

Shades of Viola #B6949E

Tints of Viola #B6949E

Color information

#B6949E (or 0xB6949E) is unknown color: approx Viola. HEX triplet: B6, 94 and 9E. RGB value is (182,148,158). Sum of RGB (Red+Green+Blue) = 182+148+158=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 182 - color contains mainly: red. Hex color #B6949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6949E is #496B61. Grayscale: #9F9F9F. Windows color (decimal): -4811618 or 10392758. OLE color: 10392758.

HSL color Cylindrical-coordinate representation of color #B6949E: hue angle of 342.35º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6949E is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB182148158-
CMYK00.190.130.29
HSL342.35º18.89%64.71%-
HSV(B)342.35º18.68%71.37%-
XYZ36.0533.5936.93-
YUV159.31127.26144.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.30%
GREEN value IS 148 (58.20% from 255) = 30.33%
BLUE value IS 158 (62.11% from 255) = 32.38%
R=37.30%
G=30.33%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214815800.190.130.29342.3518.8964.71
HexB6949E013D1D1561341
Octal266224236023153552623101
Binary101101101001010010011110010011110111101101010110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6949E; }

 p { color: rgb(182,148,158); }

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

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

 a { background-color: rgb(182,148,158); }

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

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

 span { border-color: rgb(182,148,158); }

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