#B78096

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

Shades of Viola #B78096

Tints of Viola #B78096

Color information

#B78096 (or 0xB78096) is unknown color: approx Viola. HEX triplet: B7, 80 and 96. RGB value is (183,128,150). Sum of RGB (Red+Green+Blue) = 183+128+150=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B78096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78096 is #487F69. Grayscale: #929292. Windows color (decimal): -4751210 or 9863351. OLE color: 9863351.

HSL color Cylindrical-coordinate representation of color #B78096: hue angle of 336º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B78096 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB183128150-
CMYK00.300.180.28
HSL336º27.64%60.98%-
HSV(B)336º30.05%71.76%-
XYZ32.7527.7132.48-
YUV146.95129.72153.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.70%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 150 (58.98% from 255) = 32.54%
R=39.70%
G=27.77%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312815000.300.180.2833627.6460.98
HexB7809601E121C1501c3d
Octal26720022603622345203475
Binary101101111000000010010110011110100101110010101000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78096; }

 p { color: rgb(183,128,150); }

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

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

 a { background-color: rgb(183,128,150); }

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

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

 span { border-color: rgb(183,128,150); }

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