#B1878F

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

Shades of Viola #B1878F

Tints of Viola #B1878F

Color information

#B1878F (or 0xB1878F) is unknown color: approx Viola. HEX triplet: B1, 87 and 8F. RGB value is (177,135,143). Sum of RGB (Red+Green+Blue) = 177+135+143=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B1878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1878F is #4E7870. Grayscale: #949494. Windows color (decimal): -5142641 or 9406385. OLE color: 9406385.

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

Color convert

RGB177135143-
CMYK00.240.190.31
HSL348.57º21.21%61.18%-
HSV(B)348.57º23.73%69.41%-
XYZ31.7528.6629.84-
YUV148.47124.91148.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.90%
GREEN value IS 135 (53.12% from 255) = 29.67%
BLUE value IS 143 (56.25% from 255) = 31.43%
R=38.90%
G=29.67%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713514300.240.190.31348.5721.2161.18
HexB1878F018131F15d153d
Octal26120721703023375352575
Binary101100011000011110001111011000100111111110101110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1878F; }

 p { color: rgb(177,135,143); }

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

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

 a { background-color: rgb(177,135,143); }

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

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

 span { border-color: rgb(177,135,143); }

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