#B68E9E

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

Shades of Viola #B68E9E

Tints of Viola #B68E9E

Color information

#B68E9E (or 0xB68E9E) is unknown color: approx Viola. HEX triplet: B6, 8E and 9E. RGB value is (182,142,158). Sum of RGB (Red+Green+Blue) = 182+142+158=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68E9E is #497161. Grayscale: #9B9B9B. Windows color (decimal): -4813154 or 10391222. OLE color: 10391222.

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

Color convert

RGB182142158-
CMYK00.220.130.29
HSL336º21.51%63.53%-
HSV(B)336º21.98%71.37%-
XYZ35.1431.7636.63-
YUV155.78129.25146.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.76%
GREEN value IS 142 (55.86% from 255) = 29.46%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=37.76%
G=29.46%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214215800.220.130.2933621.5163.53
HexB68E9E016D1D1501640
Octal266216236026153552026100
Binary101101101000111010011110010110110111101101010000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68E9E; }

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

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

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

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

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

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

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

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