#B78394

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

Shades of Viola #B78394

Tints of Viola #B78394

Color information

#B78394 (or 0xB78394) is unknown color: approx Viola. HEX triplet: B7, 83 and 94. RGB value is (183,131,148). Sum of RGB (Red+Green+Blue) = 183+131+148=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 183 - color contains mainly: red. Hex color #B78394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78394 is #487C6B. Grayscale: #949494. Windows color (decimal): -4750444 or 9733047. OLE color: 9733047.

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

Color convert

RGB183131148-
CMYK00.280.190.28
HSL340.38º26.53%61.57%-
HSV(B)340.38º28.42%71.76%-
XYZ32.9928.4431.77-
YUV148.49127.73152.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.61%
GREEN value IS 131 (51.56% from 255) = 28.35%
BLUE value IS 148 (58.20% from 255) = 32.03%
R=39.61%
G=28.35%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313114800.280.190.28340.3826.5361.57
HexB7839401C131C1541b3e
Octal26720322403423345243376
Binary101101111000001110010100011100100111110010101010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78394; }

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

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

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

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

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

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

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

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