#BA878F

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

Shades of Viola #BA878F

Tints of Viola #BA878F

Color information

#BA878F (or 0xBA878F) is unknown color: approx Viola. HEX triplet: BA, 87 and 8F. RGB value is (186,135,143). Sum of RGB (Red+Green+Blue) = 186+135+143=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA878F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA878F is #457870. Grayscale: #979797. Windows color (decimal): -4552817 or 9406394. OLE color: 9406394.

HSL color Cylindrical-coordinate representation of color #BA878F: hue angle of 350.59º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA878F is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB186135143-
CMYK00.270.230.27
HSL350.59º26.98%62.94%-
HSV(B)350.59º27.42%72.94%-
XYZ33.8729.7529.94-
YUV151.16123.4152.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 135 (53.12% from 255) = 29.09%
BLUE value IS 143 (56.25% from 255) = 30.82%
R=40.09%
G=29.09%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613514300.270.230.27350.5926.9862.94
HexBA878F01B171B15f1b3f
Octal27220721703327335373377
Binary101110101000011110001111011011101111101110101111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA878F; }

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

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

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

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

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

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

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

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