#B38697

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

Shades of Viola #B38697

Tints of Viola #B38697

Color information

#B38697 (or 0xB38697) is unknown color: approx Viola. HEX triplet: B3, 86 and 97. RGB value is (179,134,151). Sum of RGB (Red+Green+Blue) = 179+134+151=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B38697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38697 is #4C7968. Grayscale: #959595. Windows color (decimal): -5011817 or 9930419. OLE color: 9930419.

HSL color Cylindrical-coordinate representation of color #B38697: hue angle of 337.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B38697 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB179134151-
CMYK00.250.160.30
HSL337.33º22.84%61.37%-
HSV(B)337.33º25.14%70.2%-
XYZ32.728.8733.13-
YUV149.39128.91149.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.58%
GREEN value IS 134 (52.73% from 255) = 28.88%
BLUE value IS 151 (59.38% from 255) = 32.54%
R=38.58%
G=28.88%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913415100.250.160.30337.3322.8461.37
HexB38697019101E151173d
Octal26320622703120365212775
Binary101100111000011010010111011001100001111010101000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38697; }

 p { color: rgb(179,134,151); }

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

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

 a { background-color: rgb(179,134,151); }

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

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

 span { border-color: rgb(179,134,151); }

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