#B08693

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

Shades of Viola #B08693

Tints of Viola #B08693

Color information

#B08693 (or 0xB08693) is unknown color: approx Viola. HEX triplet: B0, 86 and 93. RGB value is (176,134,147). Sum of RGB (Red+Green+Blue) = 176+134+147=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B08693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08693 is #4F796C. Grayscale: #949494. Windows color (decimal): -5208429 or 9668272. OLE color: 9668272.

HSL color Cylindrical-coordinate representation of color #B08693: hue angle of 341.43º 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 #B08693 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB176134147-
CMYK00.240.160.31
HSL341.43º21%60.78%-
HSV(B)341.43º23.86%69.02%-
XYZ31.728.3931.41-
YUV148.04127.41147.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.51%
GREEN value IS 134 (52.73% from 255) = 29.32%
BLUE value IS 147 (57.81% from 255) = 32.17%
R=38.51%
G=29.32%
B=32.17%

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
Decimal17613414700.240.160.31341.432160.78
HexB08693018101F155153d
Octal26020622303020375252575
Binary101100001000011010010011011000100001111110101010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08693; }

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

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

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

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

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

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

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

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