#B68C9C

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

Shades of Viola #B68C9C

Tints of Viola #B68C9C

Color information

#B68C9C (or 0xB68C9C) is unknown color: approx Viola. HEX triplet: B6, 8C and 9C. RGB value is (182,140,156). Sum of RGB (Red+Green+Blue) = 182+140+156=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68C9C is #497363. Grayscale: #9A9A9A. Windows color (decimal): -4813668 or 10259638. OLE color: 10259638.

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

Color convert

RGB182140156-
CMYK00.230.140.29
HSL337.14º22.34%63.14%-
HSV(B)337.14º23.08%71.37%-
XYZ34.6731.135.63-
YUV154.38128.91147.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.08%
GREEN value IS 140 (55.08% from 255) = 29.29%
BLUE value IS 156 (61.33% from 255) = 32.64%
R=38.08%
G=29.29%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214015600.230.140.29337.1422.3463.14
HexB68C9C017E1D151163f
Octal26621423402716355212677
Binary10110110100011001001110001011111101110110101000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68C9C; }

 p { color: rgb(182,140,156); }

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

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

 a { background-color: rgb(182,140,156); }

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

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

 span { border-color: rgb(182,140,156); }

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