#B08593

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

Shades of Viola #B08593

Tints of Viola #B08593

Color information

#B08593 (or 0xB08593) is unknown color: approx Viola. HEX triplet: B0, 85 and 93. RGB value is (176,133,147). Sum of RGB (Red+Green+Blue) = 176+133+147=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B08593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08593 is #4F7A6C. Grayscale: #939393. Windows color (decimal): -5208685 or 9668016. OLE color: 9668016.

HSL color Cylindrical-coordinate representation of color #B08593: hue angle of 340.47º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B08593 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB176133147-
CMYK00.240.160.31
HSL340.47º21.39%60.59%-
HSV(B)340.47º24.43%69.02%-
XYZ31.5628.1131.37-
YUV147.45127.75148.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.60%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 147 (57.81% from 255) = 32.24%
R=38.60%
G=29.17%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613314700.240.160.31340.4721.3960.59
HexB08593018101F154153d
Octal26020522303020375242575
Binary101100001000010110010011011000100001111110101010010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08593; }

 p { color: rgb(176,133,147); }

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

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

 a { background-color: rgb(176,133,147); }

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

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

 span { border-color: rgb(176,133,147); }

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