#B0888D

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

Shades of Viola #B0888D

Tints of Viola #B0888D

Color information

#B0888D (or 0xB0888D) is unknown color: approx Viola. HEX triplet: B0, 88 and 8D. RGB value is (176,136,141). Sum of RGB (Red+Green+Blue) = 176+136+141=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B0888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0888D is #4F7772. Grayscale: #949494. Windows color (decimal): -5207923 or 9275568. OLE color: 9275568.

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

Color convert

RGB176136141-
CMYK00.230.200.31
HSL352.5º20.2%61.18%-
HSV(B)352.5º22.73%69.02%-
XYZ31.5228.7629.09-
YUV148.53123.75147.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=38.85%
G=30.02%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613614100.230.200.31352.520.261.18
HexB0888D017141F160143d
Octal26021021502724375402475
Binary101100001000100010001101010111101001111110110000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0888D; }

 p { color: rgb(176,136,141); }

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

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

 a { background-color: rgb(176,136,141); }

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

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

 span { border-color: rgb(176,136,141); }

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