#B6899D

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

Shades of Viola #B6899D

Tints of Viola #B6899D

Color information

#B6899D (or 0xB6899D) is unknown color: approx Viola. HEX triplet: B6, 89 and 9D. RGB value is (182,137,157). Sum of RGB (Red+Green+Blue) = 182+137+157=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 182 - color contains mainly: red. Hex color #B6899D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6899D is #497662. Grayscale: #989898. Windows color (decimal): -4814435 or 10324406. OLE color: 10324406.

HSL color Cylindrical-coordinate representation of color #B6899D: hue angle of 333.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6899D is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB182137157-
CMYK00.250.140.29
HSL333.33º23.56%62.55%-
HSV(B)333.33º24.73%71.37%-
XYZ34.3230.2735.93-
YUV152.73130.41148.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.24%
GREEN value IS 137 (53.91% from 255) = 28.78%
BLUE value IS 157 (61.72% from 255) = 32.98%
R=38.24%
G=28.78%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213715700.250.140.29333.3323.5662.55
HexB6899D019E1D14d183f
Octal26621123503116355153077
Binary10110110100010011001110101100111101110110100110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6899D; }

 p { color: rgb(182,137,157); }

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

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

 a { background-color: rgb(182,137,157); }

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

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

 span { border-color: rgb(182,137,157); }

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