#B68B97

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

Shades of Viola #B68B97

Tints of Viola #B68B97

Color information

#B68B97 (or 0xB68B97) is unknown color: approx Viola. HEX triplet: B6, 8B and 97. RGB value is (182,139,151). Sum of RGB (Red+Green+Blue) = 182+139+151=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68B97 is #497468. Grayscale: #999999. Windows color (decimal): -4813929 or 9931702. OLE color: 9931702.

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

Color convert

RGB182139151-
CMYK00.240.170.29
HSL343.26º22.75%62.94%-
HSV(B)343.26º23.63%71.37%-
XYZ34.1130.6433.4-
YUV153.22126.75148.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 139 (54.69% from 255) = 29.45%
BLUE value IS 151 (59.38% from 255) = 31.99%
R=38.56%
G=29.45%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213915100.240.170.29343.2622.7562.94
HexB68B97018111D157173f
Octal26621322703021355272777
Binary101101101000101110010111011000100011110110101011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68B97; }

 p { color: rgb(182,139,151); }

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

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

 a { background-color: rgb(182,139,151); }

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

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

 span { border-color: rgb(182,139,151); }

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