#B08F93

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

Shades of Viola #B08F93

Tints of Viola #B08F93

Color information

#B08F93 (or 0xB08F93) is unknown color: approx Viola. HEX triplet: B0, 8F and 93. RGB value is (176,143,147). Sum of RGB (Red+Green+Blue) = 176+143+147=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08F93 is #4F706C. Grayscale: #999999. Windows color (decimal): -5206125 or 9670576. OLE color: 9670576.

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

Color convert

RGB176143147-
CMYK00.190.160.31
HSL352.73º17.28%62.55%-
HSV(B)352.73º18.75%69.02%-
XYZ32.9930.9831.84-
YUV153.32124.43144.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 143 (56.25% from 255) = 30.69%
BLUE value IS 147 (57.81% from 255) = 31.55%
R=37.77%
G=30.69%
B=31.55%

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
Decimal17614314700.190.160.31352.7317.2862.55
HexB08F93013101F161113f
Octal26021722302320375412177
Binary101100001000111110010011010011100001111110110000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08F93; }

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

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

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

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

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

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

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

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