#BA8197

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

Shades of Viola #BA8197

Tints of Viola #BA8197

Color information

#BA8197 (or 0xBA8197) is unknown color: approx Viola. HEX triplet: BA, 81 and 97. RGB value is (186,129,151). Sum of RGB (Red+Green+Blue) = 186+129+151=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8197 is #457E68. Grayscale: #949494. Windows color (decimal): -4554345 or 9929146. OLE color: 9929146.

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

Color convert

RGB186129151-
CMYK00.310.190.27
HSL336.84º29.23%61.76%-
HSV(B)336.84º30.65%72.94%-
XYZ33.6928.3732.98-
YUV148.55129.38154.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 129 (50.78% from 255) = 27.68%
BLUE value IS 151 (59.38% from 255) = 32.40%
R=39.91%
G=27.68%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612915100.310.190.27336.8429.2361.76
HexBA819701F131B1511d3e
Octal27220122703723335213576
Binary101110101000000110010111011111100111101110101000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8197; }

 p { color: rgb(186,129,151); }

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

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

 a { background-color: rgb(186,129,151); }

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

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

 span { border-color: rgb(186,129,151); }

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