#B68C9B

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

Shades of Viola #B68C9B

Tints of Viola #B68C9B

Color information

#B68C9B (or 0xB68C9B) is unknown color: approx Viola. HEX triplet: B6, 8C and 9B. RGB value is (182,140,155). Sum of RGB (Red+Green+Blue) = 182+140+155=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68C9B is #497364. Grayscale: #9A9A9A. Windows color (decimal): -4813669 or 10194102. OLE color: 10194102.

HSL color Cylindrical-coordinate representation of color #B68C9B: hue angle of 338.57º 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 #B68C9B is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB182140155-
CMYK00.230.150.29
HSL338.57º22.34%63.14%-
HSV(B)338.57º23.08%71.37%-
XYZ34.5931.0735.18-
YUV154.27128.41147.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.16%
GREEN value IS 140 (55.08% from 255) = 29.35%
BLUE value IS 155 (60.94% from 255) = 32.49%
R=38.16%
G=29.35%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214015500.230.150.29338.5722.3463.14
HexB68C9B017F1D153163f
Octal26621423302717355232677
Binary10110110100011001001101101011111111110110101001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68C9B; }

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

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

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

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

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

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

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

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