#B78694

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

Shades of Viola #B78694

Tints of Viola #B78694

Color information

#B78694 (or 0xB78694) is unknown color: approx Viola. HEX triplet: B7, 86 and 94. RGB value is (183,134,148). Sum of RGB (Red+Green+Blue) = 183+134+148=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B78694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78694 is #48796B. Grayscale: #969696. Windows color (decimal): -4749676 or 9733815. OLE color: 9733815.

HSL color Cylindrical-coordinate representation of color #B78694: hue angle of 342.86º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B78694 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB183134148-
CMYK00.270.190.28
HSL342.86º25.39%62.16%-
HSV(B)342.86º26.78%71.76%-
XYZ33.429.2631.9-
YUV150.25126.73151.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.35%
GREEN value IS 134 (52.73% from 255) = 28.82%
BLUE value IS 148 (58.20% from 255) = 31.83%
R=39.35%
G=28.82%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313414800.270.190.28342.8625.3962.16
HexB7869401B131C157193e
Octal26720622403323345273176
Binary101101111000011010010100011011100111110010101011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78694; }

 p { color: rgb(183,134,148); }

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

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

 a { background-color: rgb(183,134,148); }

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

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

 span { border-color: rgb(183,134,148); }

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