#B08E93

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

Shades of Viola #B08E93

Tints of Viola #B08E93

Color information

#B08E93 (or 0xB08E93) is unknown color: approx Viola. HEX triplet: B0, 8E and 93. RGB value is (176,142,147). Sum of RGB (Red+Green+Blue) = 176+142+147=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08E93 is #4F716C. Grayscale: #989898. Windows color (decimal): -5206381 or 9670320. OLE color: 9670320.

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

Color convert

RGB176142147-
CMYK00.190.160.31
HSL351.18º17.71%62.35%-
HSV(B)351.18º19.32%69.02%-
XYZ32.8430.6831.8-
YUV152.74124.76144.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 142 (55.86% from 255) = 30.54%
BLUE value IS 147 (57.81% from 255) = 31.61%
R=37.85%
G=30.54%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614214700.190.160.31351.1817.7162.35
HexB08E93013101F15f123e
Octal26021622302320375372276
Binary101100001000111010010011010011100001111110101111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E93; }

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

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

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

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

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

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

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

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